diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8bb5a58..201371a 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -24,4 +24,7 @@ export default defineConfig({ }, }, base: process.env.NODE_ENV === "production" ? "/webapp/" : "/", + build: { + outDir: "./build" + } })