Skip to content

Commit

Permalink
chore: Prefix UI assets folder to prevent clash with public/private d…
Browse files Browse the repository at this point in the history
…irs option.
  • Loading branch information
mturoci committed Nov 8, 2022
1 parent 7d29e1f commit 21a2567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
],
build: {
outDir: 'build',
assetsDir: 'static',
assetsDir: 'wave-static',
chunkSizeWarningLimit: 900
},
server: {
Expand Down

0 comments on commit 21a2567

Please sign in to comment.