From 217ca82c0f5bea78a9969935fc85dc1ef058dfb5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Mar 2021 14:22:05 +0100 Subject: [PATCH] update vue client --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index babcc63d7..eade75e14 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -32,5 +32,5 @@ module.exports = { // Enable CSS source maps. sourceMap: process.env.NODE_ENV !== 'production' }, - outputDir: path.resolve(__dirname, "/vue" ), + outputDir: path.resolve(__dirname, "./dist/vue" ), };