Skip to content

Commit

Permalink
fix: alt build root (frappe#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao authored Mar 28, 2024
1 parent 85feb6a commit 23be39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
},
},
build: {
outDir: `../${path.basename(path.resolve('..'))}/public/frontend`,
outDir: `../insights/public/frontend`,
emptyOutDir: true,
target: 'es2015',
sourcemap: true,
Expand Down

0 comments on commit 23be39f

Please sign in to comment.