Fantasy-Map-Generator/vue/vue.config.js
2019-01-22 20:51:47 -05:00

11 lines
No EOL
187 B
JavaScript

module.exports = {
// options...
devServer: {
compress: true,
inline: true,
port: '8080',
allowedHosts: [
'.now.sh'
]
}
}