diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..cce0c03 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + devServer: { + disableHostCheck: false, + host: "localhost", + port: "8999", + https: false, + hotOnly: false, + proxy: null + } +} \ No newline at end of file