fix web cros issues with fixed dev port
This commit is contained in:
parent
4b47bf5288
commit
8a384921c5
1 changed files with 11 additions and 0 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
|
@ -11,6 +11,17 @@
|
|||
"type": "dart",
|
||||
"program": "lib/main_dev.dart"
|
||||
},
|
||||
{
|
||||
"name": "Debug (web)",
|
||||
"cwd": "mih_ui",
|
||||
"request": "launch",
|
||||
"type": "dart",
|
||||
"program": "lib/main_dev.dart",
|
||||
"args": [
|
||||
"--web-port",
|
||||
"1995"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Profile",
|
||||
"cwd": "mih_ui",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue