docs(install): changes to the folder structure example
This commit is contained in:
@@ -59,6 +59,11 @@ You should see something similar to
|
|||||||
LST/
|
LST/
|
||||||
├── .vscode/ # vscode settings to match across all developers/contributors
|
├── .vscode/ # vscode settings to match across all developers/contributors
|
||||||
│ ├── settings.json
|
│ ├── settings.json
|
||||||
|
├── controller/
|
||||||
|
│ ├── main.go
|
||||||
|
│ ├── build_app.go
|
||||||
|
│ ├── bump_build.go
|
||||||
|
│ ├── zip_app.go
|
||||||
├── dist # Main backend
|
├── dist # Main backend
|
||||||
│ ├── internal
|
│ ├── internal
|
||||||
│ ├── db
|
│ ├── db
|
||||||
|
|||||||
Reference in New Issue
Block a user