mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "dev",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/lib/targets/dev.dart"
|
|
},
|
|
{
|
|
"name": "stage",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/lib/targets/stage.dart"
|
|
},
|
|
{
|
|
"name": "prod",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/lib/targets/prod.dart"
|
|
},
|
|
]
|
|
} |