diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8f64208..6e79f2c 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], server: { - port: 3000, + port: 3002, proxy: { '/api': { target: 'http://localhost:3001',