From ea1587514a43ebd64bf44c0937d75654b2614b56 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 18 Sep 2024 13:58:51 +0200 Subject: [PATCH] fix: align with copy-html-entry constant --- roster/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roster/vite.config.js b/roster/vite.config.js index 72f2dc0ed5..7c068e5180 100644 --- a/roster/vite.config.js +++ b/roster/vite.config.js @@ -16,7 +16,7 @@ export default defineConfig({ }, }, build: { - outDir: `../${path.basename(path.resolve(".."))}/public/roster`, + outDir: `../hrms/public/roster`, emptyOutDir: true, target: "es2015", commonjsOptions: {