Skip to content

Commit 8d5bcd7

Browse files
chore: update readme - project structure (#535)
Update project structure
1 parent cdf4792 commit 8d5bcd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Inside this project, you'll see the following folders and files:
7878
```
7979
.
8080
├── .github/ # GitHub Workflows
81+
├── docs/ # Repository documentation
82+
├── esbuild/ # Esbuild configuration
8183
├── scripts/ # Script to build the extension (production, development)
8284
├── src/ # Extension's source code
8385
│ ├── _locales/ # Files for multi-lang support
@@ -87,7 +89,6 @@ Inside this project, you'll see the following folders and files:
8789
│ ├── popup/ # Source code for the popup UI
8890
│ ├── shared/ # Shared utilities
8991
│ └── manifest.json # Extension's manifest - processed by Webpack depending on the target build
90-
├── webpack/ # Webpack configuration
9192
├── jest.config.ts
9293
├── jest.setup.ts
9394
├── package.json

0 commit comments

Comments
 (0)