Skip to content

Commit 55facfb

Browse files
committed
set the output dir to build
1 parent 52c2a07 commit 55facfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ export default defineConfig({
2424
},
2525
},
2626
base: process.env.NODE_ENV === "production" ? "/webapp/" : "/",
27+
build: {
28+
outDir: "./build"
29+
}
2730
})

0 commit comments

Comments
 (0)