mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 14:47:23 +00:00
61 lines
982 B
JSON
61 lines
982 B
JSON
{
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "DEVELOPMENT",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--dart-define",
|
|
|
|
"FLAVOR=development"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},{
|
|
|
|
"name": "STAGING",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--dart-define",
|
|
|
|
"FLAVOR=staging"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},{
|
|
|
|
"name": "PRODUCTION",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--dart-define",
|
|
|
|
"FLAVOR=production"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},
|
|
|
|
]
|
|
} |