Skip to content

Commit c42e901

Browse files
authored
Update wasp-overview.mdc
1 parent 3db9da6 commit c42e901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/.cursor/rules/wasp-overview.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)