mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
Removed flavor from Flutter run and build commands
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@ -14,8 +14,6 @@
|
||||
"chrome",
|
||||
"--web-port",
|
||||
"3000",
|
||||
"--flavor",
|
||||
"development",
|
||||
"-t",
|
||||
"lib/main_dev.dart",
|
||||
],
|
||||
@ -35,8 +33,6 @@
|
||||
"chrome",
|
||||
"--web-port",
|
||||
"3000",
|
||||
"--flavor",
|
||||
"staging",
|
||||
"-t",
|
||||
"lib/main_staging.dart",
|
||||
],
|
||||
@ -56,10 +52,8 @@
|
||||
"chrome",
|
||||
"--web-port",
|
||||
"3000",
|
||||
"--flavor",
|
||||
"production",
|
||||
"-t",
|
||||
"lib/main_staging.dart",
|
||||
"lib/main.dart",
|
||||
],
|
||||
|
||||
"flutterMode": "debug"
|
||||
|
Reference in New Issue
Block a user