mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
ccb33fa48c
Backend-only slice of the workspace feature (server routers/services, database models with workspaceId threading, openapi middleware, business/server stubs, const/types). Excludes all UI (features/routes/store/hooks). Deploys dark behind the workspace feature flag. Includes open-source stub fixes: workspaceCreds router stub, ChargeParams workspaceId, usage.ts null-coalesce, DBMessageItem.workspaceId. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"name": "@lobechat/const",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./currency": "./src/currency.ts",
|
|
"./desktopGlobalShortcuts": "./src/desktopGlobalShortcuts.ts",
|
|
"./hotkeys": "./src/hotkeys.ts",
|
|
"./rbac": "./src/rbac.ts",
|
|
"./visualRef": "./src/visualRef.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@lobechat/business-const": "workspace:*",
|
|
"query-string": "^9.3.1",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lobechat/types": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@icons-pack/react-simple-icons": "^13.8.0",
|
|
"@lobehub/ui": "^5",
|
|
"klavis": "^2.15.0"
|
|
}
|
|
}
|