diff --git a/cmd/templates/vuetify2-basic/frontend/vue.config.js b/cmd/templates/vuetify2-basic/frontend/vue.config.js index 0c073f116..8dcf3e339 100644 --- a/cmd/templates/vuetify2-basic/frontend/vue.config.js +++ b/cmd/templates/vuetify2-basic/frontend/vue.config.js @@ -37,7 +37,6 @@ module.exports = { } }, devServer: { - disableHostCheck: true, - host: 'localhost' + disableHostCheck: true } };