summary refs log tree commit diff stats
path: root/client/vue.config.js
blob: 6b6bbc944f0bb6e28f3b249f7a3752e99d9d5fee (plain) (blame)
1
2
3
4
module.exports = {
    publicPath: '',
    outputDir: '../server/dist'
}