mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-21 05:44:51 +08:00
* demo: acl allow * fix: is public * fix: acl allow * test: add test case * feat: add acl example plugin * feat: acl middleware * feat: improve code
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/server';
|
|
export { default } from './dist/server';
|