mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:46:28 +00:00
fceebaf50e
* docs: add command dev doc * feat: update doc 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';
|
|
|