diff --git a/vue2-components/vue.config.js b/vue2-components/vue.config.js index ebf16c4..62fd51d 100644 --- a/vue2-components/vue.config.js +++ b/vue2-components/vue.config.js @@ -1,5 +1,5 @@ const path = require('path'); -const DST_PATH = '../trame_simput/module/serve'; +const DST_PATH = '../src/trame_simput/module/serve'; module.exports = { outputDir: path.resolve(__dirname, DST_PATH),