nocobase/packages/samples/command/server.d.ts
Junyi fceebaf50e
Doc: command (#869)
* docs: add command dev doc

* feat: update doc

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-10-01 22:18:26 +08:00

5 lines
86 B
TypeScript
Executable File

// @ts-nocheck
export * from './lib/server';
export { default } from './lib/server';