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
```
| public/
- src/
| routes/
| styles/
| package.json
| Cargo.toml
| .gitignore
| tsconfig.json
├──  package.json
├──  public
├──  src
├──  routes
│ └──  styles
├──  Cargo.toml
├──  README.md
└──  tsconfig.json
```
## License