Files
lobe-chat/packages/database/src/index.ts
T
Rdmclin2 ccb33fa48c feat: workspace backend service slice (#15560)
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>
2026-06-09 15:54:26 +08:00

7 lines
219 B
TypeScript

export * from './core/db-adaptor';
export * from './repositories/compression';
export * from './type';
export * from './utils/idGenerator';
export * from './utils/seedWorkspaceRoles';
export * from './utils/workspace';