filebrowser/frontend/vue.config.js
2021-03-21 12:51:58 +01:00

6 lines
98 B
JavaScript

module.exports = {
runtimeCompiler: true,
publicPath: "[{[ .StaticURL ]}]",
parallel: 2,
};