refactor: dynamic routes

This commit is contained in:
jialin
2026-05-08 09:33:16 +08:00
committed by jialin
parent 4be5fb4d3d
commit f08d5c904c
8 changed files with 8 additions and 309 deletions
+1 -7
View File
@@ -3,20 +3,14 @@
"author": "gpustack",
"scripts": {
"build": "max build",
"build:enterprise": "node ./scripts/run-enterprise-build.cjs",
"check:locales": "node --import tsx ./src/locales/check.ts",
"dev": "max dev",
"dev:enterprise": "node ./scripts/run-enterprise-dev.cjs",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky",
"preview": "max preview",
"setup": "max setup",
"start": "npm run dev",
"sync:enterprise-config": "node ./scripts/sync-enterprise-config.cjs",
"sync:enterprise-config:clean": "node ./scripts/sync-enterprise-config.cjs clean",
"sync:enterprise-global": "npm run sync:enterprise-config",
"sync:enterprise-global:clean": "npm run sync:enterprise-config:clean"
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",