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