mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
976b094f96
* feat: multi-app-share-collection plugin * chore: plugin name * fix: build * chore: pg only test * fix: test * Update package.json * Create --------- Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
86 B
TypeScript
Executable File
5 lines
86 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|