mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:46:31 +00:00
d8ad98e2f7
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
// @ts-nocheck
|
|||
export * from './lib/server';
|
|||
export { default } from './lib/server';
|
|||
|