Skip to content

Commit

Permalink
fix(web): build ci failling
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Jul 31, 2023
1 parent a40c94c commit 54354b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig(() => ({
port: 3000,
},
build: {
target: "esnext",
assetsDir: "static", // avoid conflicts with backend asset endpoints
rollupOptions: {
input: {
Expand Down

0 comments on commit 54354b8

Please sign in to comment.