feat: app manager

This commit is contained in:
2024-11-23 00:39:43 +08:00
parent 503727c6c4
commit f94c9323b4
9 changed files with 431 additions and 88 deletions

View File

@@ -37,11 +37,11 @@
"@kevisual/ai-graph": "workspace:^",
"@kevisual/ai-lang": "workspace:^",
"@kevisual/auth": "1.0.4",
"@kevisual/router": "0.0.5-alpha-2",
"@kevisual/router": "0.0.5",
"@supabase/supabase-js": "^2.46.1",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"bullmq": "^5.26.2",
"bullmq": "^5.29.0",
"dayjs": "^1.11.13",
"dts-bundle-generator": "^9.5.1",
"formidable": "^3.5.2",
@@ -69,7 +69,7 @@
},
"devDependencies": {
"@abearxiong/use-file-store": "^0.0.1",
"@kevisual/use-config": "^1.0.1",
"@kevisual/use-config": "^1.0.2",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
@@ -80,7 +80,7 @@
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.0",
@@ -89,7 +89,7 @@
"nodemon": "^3.1.7",
"pm2": "^5.4.3",
"rimraf": "^6.0.1",
"rollup": "^4.27.2",
"rollup": "^4.27.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"tape": "^5.9.0",