skantravels/Mobile/.vscode/launch.json

16 lines
257 B
JSON
Raw Permalink Normal View History

2024-08-21 07:58:42 +01:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
"args": [
"--dart-define-from-file",
"environment.json"
]
}
]
}