mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 04:25:10 +00:00
24179c4469
* feat(plugin-cas): support cas login method * feat: add cas plugin in preset * chore: update version * feat: full support cas * chore: update package.json * feat: update docs and fix namespace * fix: locale --------- Co-authored-by: xilesun <2013xile@gmail.com>
3 lines
72 B
TypeScript
Executable File
3 lines
72 B
TypeScript
Executable File
export * from './dist/server';
|
|
export { default } from './dist/server';
|