diff --git a/app/frontend/vite.config.ts b/app/frontend/vite.config.ts index a5248e21b2..30a217a9dd 100644 --- a/app/frontend/vite.config.ts +++ b/app/frontend/vite.config.ts @@ -4,6 +4,9 @@ import react from "@vitejs/plugin-react"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], + resolve: { + preserveSymlinks: true + }, build: { outDir: "../backend/static", emptyOutDir: true,