File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,13 @@ This is a JavaScript code contains all the constants used in the application, sp
200200
201201` actions/ ` - ` models/ ` - ` validations/ ` - ` mongoose.ts ` - ` uploadthing.ts ` - ` utils.ts `
202202
203- The ** lib** folder holds crucial components for _ Threads App_ :\
203+ The ** lib** folder holds crucial components for _ Threads App_ :
204204
205- - ** actions** : Manage actions for Community, Thread, and User entities using Mongoose for database interaction.\
206- - ** models** : Define mongoose schemas for Community, Thread, and User entities.\
207- - ** validations** : Provide validation schemas with Zod for Thread and User data.\
208- - ** mongoose.ts** : Establishes and manages MongoDB connections for the application.\
209- - ** uploadthing.ts** : Offers a React utility for simplified file uploads to UploadThing.\
205+ - ** actions** : Manage actions for Community, Thread, and User entities using Mongoose for database interaction.
206+ - ** models** : Define mongoose schemas for Community, Thread, and User entities.
207+ - ** validations** : Provide validation schemas with Zod for Thread and User data.
208+ - ** mongoose.ts** : Establishes and manages MongoDB connections for the application.
209+ - ** uploadthing.ts** : Offers a React utility for simplified file uploads to UploadThing.
210210- ** utils.ts** : Contains various reusable utility functions.
211211
212212#### public
You can’t perform that action at this time.
0 commit comments