minor fixes

This commit is contained in:
2026-06-24 00:59:19 +02:00
parent 5a5aab6956
commit a79cfadf51
13 changed files with 70 additions and 42 deletions

3
.vscode/launch.json vendored
View File

@@ -11,7 +11,8 @@
"deviceId": "chrome",
"args": [
"--dart-define=APP_ENV=test",
"--web-port=9005"
"--web-port=9005",
"--dart-define=BASE_URL=http://localhost:6950/api"
]
},