diff --git a/docs/guide/essentials/project-structure.md b/docs/guide/essentials/project-structure.md index 4654e8345..f9e2fdac2 100644 --- a/docs/guide/essentials/project-structure.md +++ b/docs/guide/essentials/project-structure.md @@ -59,24 +59,24 @@ After enabling it, your project structure should look like this: ```html 📂 {rootDir}/ -📁 .output/ -📁 .wxt/ -📂 src/ - 📁 assets/ - 📁 components/ - 📁 composables/ - 📁 entrypoints/ - 📁 hooks/ - 📁 modules/ - 📁 public/ - 📁 utils/ - 📄 app.config.ts -📄 .env -📄 .env.publish -📄 package.json -📄 tsconfig.json -📄 web-ext.config.ts -📄 wxt.config.ts + 📁 .output/ + 📁 .wxt/ + 📂 src/ + 📁 assets/ + 📁 components/ + 📁 composables/ + 📁 entrypoints/ + 📁 hooks/ + 📁 modules/ + 📁 public/ + 📁 utils/ + 📄 app.config.ts + 📄 .env + 📄 .env.publish + 📄 package.json + 📄 tsconfig.json + 📄 web-ext.config.ts + 📄 wxt.config.ts ``` ## Customizing Other Directories