Files
filebrowser/frontend/vue.config.js
T

5 lines
96 B
JavaScript
Raw Normal View History

2019-01-05 16:12:09 +00:00
module.exports = {
runtimeCompiler: true,
2020-07-27 19:35:02 +02:00
publicPath: '[{[ .StaticURL ]}]',
parallel: 2,
2019-01-05 16:12:09 +00:00
}