diff --git a/vite.config.ts b/vite.config.ts index 2c051d0..c0b536f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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(),