Update launch.json.example
This commit is contained in:
parent
baf572152c
commit
1d5b3a2090
1 changed files with 8 additions and 4 deletions
12
.vscode/launch.json.example
vendored
12
.vscode/launch.json.example
vendored
|
@ -26,6 +26,8 @@
|
|||
"independent",
|
||||
"--dart-define",
|
||||
"endpoint=http://localhost:8080",
|
||||
"--dart-define",
|
||||
"web-family=http://localhost:3003",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -41,10 +43,12 @@
|
|||
"type": "dart",
|
||||
"flutterMode": "debug",
|
||||
"program": "lib/main.dart",
|
||||
"args": [
|
||||
"--dart-define",
|
||||
"endpoint=http://localhost:8080",
|
||||
]
|
||||
"args": [
|
||||
"--dart-define",
|
||||
"endpoint=http://localhost:8080",
|
||||
"--dart-define",
|
||||
"web-family=http://localhost:3003"
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue