Almost finish basic functionalities
All checks were successful
Backend CI / unit-test (push) Successful in 36s

This commit is contained in:
2025-09-24 17:33:27 +02:00
parent cf6c826468
commit 80fc405bf6
9 changed files with 455 additions and 35 deletions

View File

@@ -13,10 +13,14 @@
"app:app",
"--host=0.0.0.0",
"--reload",
"--port=5000"
"--port=18881"
],
"jinja": true,
"autoStartBrowser": true
"autoStartBrowser": false,
"env": {
"CONFIG_FILE": "devsettings.yaml"
},
"console": "integratedTerminal"
}
]
}
}