diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 7135c462..9a78b5bd 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -32,7 +32,7 @@ export default ({ mode }: { mode: string }) => { server: { host: '0.0.0.0', - port: Number.parseInt(process.env.VITE_PORT || '3006', 10), + port: Number.parseInt(process.env.VITE_PORT || '3002', 10), }, build: {