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.
2 parents 03d8bb6 + 5b4ddfa commit 337c283Copy full SHA for 337c283
frontend/vite.config.js
@@ -3,6 +3,7 @@ import react from "@vitejs/plugin-react-swc";
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ publicDir: false,
7
plugins: [react()],
8
build: {
9
lib: {
0 commit comments