diff --git a/web/vite.config.js b/web/vite.config.js index 19b4ebeb..60e2bc26 100644 --- a/web/vite.config.js +++ b/web/vite.config.js @@ -5,6 +5,9 @@ import fs from 'fs/promises'; export default defineConfig(() => ({ plugins: [react()], + build: { + outDir: './build', + }, esbuild: { loader: "jsx", include: /src\/.*\.jsx?$/,