diff --git a/vue.config.js b/vue.config.js index 2a987518..cceb4a14 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,4 +7,8 @@ module.exports = { enableInSFC: false, }, }, + devServer: { + host: '0.0.0.0', + allowedHosts: ['.gitpod.io'], + }, };