We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03b831 commit 202e726Copy full SHA for 202e726
app/frontend/vite.config.ts
@@ -4,6 +4,9 @@ import react from "@vitejs/plugin-react";
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ resolve: {
8
+ preserveSymlinks: true
9
+ },
10
build: {
11
outDir: "../backend/static",
12
emptyOutDir: true,
0 commit comments