mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-25 22:19:40 +00:00
74 lines
1.1 KiB
JSON
74 lines
1.1 KiB
JSON
{
|
|
"configurations": [
|
|
|
|
|
|
{
|
|
|
|
"name": "DEVELOPMENT",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--flavor",
|
|
|
|
"dev",
|
|
|
|
"-t",
|
|
|
|
"lib/main_dev.dart"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},{
|
|
|
|
"name": "STAGING",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--flavor",
|
|
|
|
"prod",
|
|
|
|
"-t",
|
|
|
|
"lib/main.dart"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},{
|
|
|
|
"name": "PRODUCTION",
|
|
|
|
"request": "launch",
|
|
|
|
"type": "dart",
|
|
|
|
"args": [
|
|
|
|
"--flavor",
|
|
|
|
"prod",
|
|
|
|
"-t",
|
|
|
|
"lib/main.dart"
|
|
|
|
],
|
|
|
|
"flutterMode": "debug"
|
|
|
|
},
|
|
|
|
]
|
|
} |