logger and launch cleanup

This commit is contained in:
2025-02-14 12:14:45 +01:00
parent f6d0cd5360
commit aed407e2d0
3 changed files with 5 additions and 3 deletions

5
.vscode/launch.json vendored
View File

@@ -36,7 +36,10 @@
"type": "dart",
"request": "launch",
"program": "lib/main.dart",
"cwd": "${workspaceFolder}/frontend"
"cwd": "${workspaceFolder}/frontend",
"env": {
"GOOGLE_MAPS_API_KEY": "testing"
}
},
{
"name": "Frontend - profile",