refactor: dynamic routes
This commit is contained in:
+1
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user