mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
fa85b7d0eb
Keeping withtyped will introduce an additional database pool per tenant, which is not good for performance and it should be more like all-or-nothing choice. So remove it for core, but keep it in cloud.
1 line
30 B
TypeScript
1 line
30 B
TypeScript
export * from './tenants.js';
|