diff --git a/vite.config.ts b/vite.config.ts index d4e221e..1a599fe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => { return { plugins: [react()], server: { - port: 3000, + port: 3001, proxy: { '/api': { target,