We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5829d commit 6c7fd8cCopy full SHA for 6c7fd8c
src/js/app/vite.config.js
@@ -7,6 +7,7 @@ export default defineConfig({
7
react: "preact/compat",
8
"react-dom": "preact/compat",
9
},
10
+ preserveSymlinks: true,
11
12
base: "/_reactpy/",
13
});
0 commit comments