mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
fix: disable host check for vuetify 2 template
This commit is contained in:
@@ -37,7 +37,6 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
host: 'localhost'
|
||||
disableHostCheck: true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user