bday2020/ui/vue.config.js

6 lines
No EOL
91 B
JavaScript

// vue.config.js
module.exports = {
devServer: {
disableHostCheck: true
}
}