mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 11:29:29 +08:00
fix: disable host check for vuetify 2 template
This commit is contained in:
parent
34ef3de737
commit
788d22740b
@ -37,7 +37,6 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
host: 'localhost'
|
||||
disableHostCheck: true
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user