fix dist path

pull/153/head
joneugster 3 years ago
parent 6e0fcb1d50
commit d19046aebd

@ -8,7 +8,8 @@ export default defineConfig({
//root: 'client/src',
build: {
// Relative to the root
outDir: './dist',
// Note: This has to match the path in `server/index.mjs`
outDir: 'client/dist',
},
plugins: [
react(),

Loading…
Cancel
Save