File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
template/app/.cursor/rules Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This document covers the fundamental concepts of the Wasp framework and the basi
2121
2222- A Wasp project consists of a [main.wasp](mdc:main.wasp) (or `main.wasp.ts`) file in the root directory that defines the app's configuration.
2323- The [schema.prisma](mdc:schema.prisma) file in the root directory defines your database models ("entities").
24- - Your custom code lives in the `src/` directory (e.g. `src/features/ `), which contains client-side and server-side code.
24+ - Your custom code lives in the `src/` directory (e.g. `src/{featureName} `), which contains client-side and server-side code.
2525- Wasp generates additional code that connects everything together when you run your app.
2626
2727### The Wasp Config File
You can’t perform that action at this time.
0 commit comments