fix dist path

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

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

Loading…
Cancel
Save