Skip to content

Commit 93b2e00

Browse files
committed
fix(dev): vite preview not working
1 parent ed4b072 commit 93b2e00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/vite.config.dev.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ export default {
3838
"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
3939
),
4040
},
41+
build: {
42+
outDir: "../dist",
43+
},
4144
};

0 commit comments

Comments
 (0)