5
0
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:
Lea Anthony 2020-01-02 22:46:12 +11:00
parent 34ef3de737
commit 788d22740b
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -37,7 +37,6 @@ module.exports = {
}
},
devServer: {
disableHostCheck: true,
host: 'localhost'
disableHostCheck: true
}
};