chore: improve folder structure tree

This commit is contained in:
Valerio Ageno
2024-06-12 13:42:02 +02:00
parent 7d65ede581
commit 8b4db423b4
2 changed files with 17 additions and 17 deletions
+8 -8
View File
@@ -61,14 +61,14 @@ tuono dev
## Folder structure ## Folder structure
``` ```
| public/ ├──  package.json
- src/ ├──  public
| routes/ ├──  src
| styles/ ├──  routes
| package.json │ └──  styles
| Cargo.toml ├──  Cargo.toml
| .gitignore ├──  README.md
| tsconfig.json └──  tsconfig.json
``` ```
## License ## License
+9 -9
View File
@@ -38,15 +38,15 @@ Open it with your favourite code editor.
The project will have the following structure: The project will have the following structure:
```bash ```
| public/ ├──  package.json
- src/ ├──  public
| routes/ ├──  src
| styles/ ├──  routes
| package.json │ └──  styles
| Cargo.toml ├──  Cargo.toml
| .gitignore ├──  README.md
| tsconfig.json └──  tsconfig.json
``` ```
**public/**: put here all the files you want to be public **public/**: put here all the files you want to be public