feat: support server port reuse

This commit is contained in:
2025-05-31 01:59:04 +08:00
parent a676061b3e
commit ac7d1efb8d
32 changed files with 1111 additions and 139 deletions

View File

@@ -47,10 +47,12 @@
"@radix-ui/react-toggle-group": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.6",
"@rsbuild/plugin-react": "^1.2.0",
"@tanstack/react-form": "^1.12.1",
"@tanstack/react-query": "^5.75.6",
"@tanstack/react-router": "^1.112.13",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-devtools": "^1.112.13",
"@tanstack/store": "^0.7.1",
"arktype": "^2.1.6",
"chart.js": "^4.4.8",
"class-variance-authority": "^0.7.1",
@@ -63,7 +65,7 @@
"input-otp": "^1.4.2",
"jotai": "^2.12.3",
"jotai-signal": "^0.9.0",
"lucide-react": "^0.509.0",
"lucide-react": "^0.512.0",
"oidc-client-rx": "0.1.0-alpha.9",
"react": "^19.1.0",
"react-day-picker": "9.6.0",
@@ -77,8 +79,7 @@
"tailwindcss": "^4.0.6",
"tw-animate-css": "^1.2.7",
"type-fest": "^4.40.0",
"vaul": "^1.1.2",
"zod": "^3.24.4"
"vaul": "^1.1.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.6",
@@ -94,7 +95,7 @@
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"commander": "^14.0.0",
"postcss": "^8.5.3"
}
}