1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-07-07 02:46:22 +03:00
victor-mono/vue.config.js
Rune Bjørnerås 449f8ce118 Initial
2019-06-04 13:05:30 +02:00

10 lines
172 B
JavaScript

module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/victor-mono/'
: '/',
devServer: {
compress: true,
disableHostCheck: true
}
}