Skip to content

Commit 6d81c16

Browse files
committed
stop emittting to the parent folder
1 parent 8e671ff commit 6d81c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
plugins: [react(), viteTsconfigPaths()],
99
root: './',
1010
build: {
11-
outDir: '../build',
11+
outDir: './build',
1212
emptyOutDir: true, // also necessary
1313
},
1414
server: {

0 commit comments

Comments
 (0)