mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
feat(cli): support custom devServer port
This commit is contained in:
@@ -44,6 +44,7 @@ export const siteDevBaseConfig = merge(baseConfig as any, {
|
||||
'site-mobile': [join(__dirname, '../../site/mobile/main.js')]
|
||||
},
|
||||
devServer: {
|
||||
port: 8080,
|
||||
quiet: true,
|
||||
host: '0.0.0.0',
|
||||
stats: 'errors-only',
|
||||
|
||||
Reference in New Issue
Block a user