We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60ce27 commit 4158f46Copy full SHA for 4158f46
vue.config.js
@@ -7,4 +7,8 @@ module.exports = {
7
enableInSFC: false,
8
},
9
10
+ devServer: {
11
+ host: '0.0.0.0',
12
+ allowedHosts: ['.gitpod.io'],
13
+ },
14
};
0 commit comments