docs(install): changes to the folder structure example

This commit is contained in:
2025-09-05 09:16:23 -05:00
parent 37bc473f58
commit 1508fb2fa7

View File

@@ -59,6 +59,11 @@ You should see something similar to
LST/
├── .vscode/ # vscode settings to match across all developers/contributors
│ ├── settings.json
├── controller/
│ ├── main.go
│ ├── build_app.go
│ ├── bump_build.go
│ ├── zip_app.go
├── dist # Main backend
│ ├── internal
│ ├── db