Poll-Dashboard/vue.config.js
2021-11-29 17:04:26 -06:00

8 lines
No EOL
180 B
JavaScript

module.exports = {
publicPath: process.env.NODE_ENV === `production`
? `/`
: `/`,
devServer: {
disableHostCheck: false, // set this to true to allow ngrok web serving
},
}