chore(web): pin vite development port

This commit is contained in:
2026-07-22 23:27:02 +08:00
parent 5ee346e222
commit c3a7c3a2d4

View File

@@ -4,4 +4,8 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 5173,
strictPort: true,
},
})