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({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: { server: {
port: 3000, port: 3002,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost:3001', target: 'http://localhost:3001',