Skip to content

Commit

Permalink
fix(Roster): align with copy-html-entry constant (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao authored Sep 19, 2024
1 parent 1efd862 commit 1807ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roster/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
},
},
build: {
outDir: `../${path.basename(path.resolve(".."))}/public/roster`,
outDir: `../hrms/public/roster`,
emptyOutDir: true,
target: "es2015",
commonjsOptions: {
Expand Down

0 comments on commit 1807ca8

Please sign in to comment.