mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 06:29:25 +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';
|