chore: set frontend dev port to 3002 (avoid PORT env var conflict)

This commit is contained in:
2026-07-02 14:19:13 +08:00
parent 1b19904e77
commit db7ccaf5a0

View File

@@ -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',