1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-07-14 17:50:26 +03:00
victor-mono/vue.config.js

10 lines
172 B
JavaScript
Raw Normal View History

2019-06-04 14:05:30 +03:00
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/victor-mono/'
: '/',
devServer: {
compress: true,
disableHostCheck: true
}
}