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 b34e38b commit 3bc4c1cCopy full SHA for 3bc4c1c
vite.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
plugins: [react(), viteTsconfigPaths()],
9
root: './',
10
build: {
11
- outDir: '../build',
+ outDir: './build',
12
emptyOutDir: true, // also necessary
13
},
14
server: {
0 commit comments