mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
feat(cli): support custom devServer port
This commit is contained in:
@@ -13,7 +13,7 @@ function watch() {
|
||||
|
||||
getPort(
|
||||
{
|
||||
port: 8080
|
||||
port: siteDevConfig.devServer!.port
|
||||
},
|
||||
(err, port) => {
|
||||
if (err) {
|
||||
|
Reference in New Issue
Block a user