File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ Here's a brief summary of each of these files and directories:
30
30
- ` .wxt/ ` : Generated by WXT, it contains TS config
31
31
- ` assets/ ` : Contains all CSS, images, and other assets that should be processed by WXT
32
32
- ` 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
34
34
- ` 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
36
37
- ` public/ ` : Contains any files you want to copy into the output folder as-is, without being processed by WXT
37
38
- ` utils/ ` : Auto-imported by default, contains generic utilities used throughout your project
38
39
- ` .env ` : Contains [ Environment Variables] ( /guide/essentials/config/environment-variables )
You can’t perform that action at this time.
0 commit comments