mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 06:44:56 +08:00
feat: make sure to use the correct port on vscode (#373)
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -15,7 +15,9 @@
|
||||
"--web-renderer",
|
||||
"canvaskit",
|
||||
"--dart-define",
|
||||
"SHARING_ENABLED=true"
|
||||
"SHARING_ENABLED=true",
|
||||
"--web-port",
|
||||
"5001"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user