diff --git a/vite.config.ts b/vite.config.ts index 7b3166f0..3ceb5fe9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], server: { - port: 3000 + port: 9802 } })