mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
feat(Setup): Adds gitpod (#4753)
This commit is contained in:

committed by
neverland

parent
76d91af796
commit
2d24f3f9e7
@@ -12,7 +12,8 @@ module.exports = merge(config, {
|
||||
open: true,
|
||||
progress: true,
|
||||
host: '0.0.0.0',
|
||||
stats: 'errors-only'
|
||||
stats: 'errors-only',
|
||||
disableHostCheck: true,
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
|
Reference in New Issue
Block a user