mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
4 lines
85 B
TypeScript
Executable File
4 lines
85 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/server';
|
|
export { default } from './lib/server';
|