mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
92c1ac319a
* docs: add collection & field guide * docs: add extending field and full example package * docs: fix sample code * docs: fix typo
5 lines
86 B
TypeScript
Executable File
5 lines
86 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/server';
|
|
export { default } from './lib/server';
|
|
|