From 9ab193620acdec26e3e51568f03e4748e02cb0e0 Mon Sep 17 00:00:00 2001 From: Jules BOURDAIS Date: Thu, 9 Oct 2025 23:08:08 +0200 Subject: [PATCH] fix(build): vue2 assets packaging output vue2 static assets to the correct folder --- vue2-components/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),