Skip to content

Commit c49c318

Browse files
authored
docs: Add description of modules directory to project structure summaries
1 parent 877ab11 commit c49c318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guide/essentials/project-structure.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Here's a brief summary of each of these files and directories:
3030
- `.wxt/`: Generated by WXT, it contains TS config
3131
- `assets/`: Contains all CSS, images, and other assets that should be processed by WXT
3232
- `components/`: Auto-imported by default, contains UI components
33-
- `composables/`: Auto-imported by default, contains composable functions for Vue
33+
- `composables/`: Auto-imported by default, contains source code for your project's composable functions for Vue
3434
- `entrypoints/`: Contains all the entrypoints that get bundled into your extension
35-
- `hooks/`: Auto-imported by default, contains hooks for React and Solid
35+
- `hooks/`: Auto-imported by default, contains source code for your project's hooks for React and Solid
36+
- `modules/`: Contains [local WXT Modules](/guide/essentials/wxt-modules) for your project
3637
- `public/`: Contains any files you want to copy into the output folder as-is, without being processed by WXT
3738
- `utils/`: Auto-imported by default, contains generic utilities used throughout your project
3839
- `.env`: Contains [Environment Variables](/guide/essentials/config/environment-variables)

0 commit comments

Comments
 (0)