mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
update `@logto/shared` to a non-business package and put business components into `@logto/*kit`.
3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
export * from './universal.js';
|
|
export * from './node/index.js';
|
|
export * from './database/sql.js';
|