logger and launch cleanup
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -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",
|
||||
|
Reference in New Issue
Block a user