mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
794080628b
* feat: ratelimit sample * feat: update doc * feat: sample url * fix: update yarn.lock
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';
|
|
|