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