mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:16:15 +00:00
4a3cb6e65f
* refactor(plugin-workflow): move client files into plugin * fix(client): fix package path block build * test(plugin-workflow): trigger ci
5 lines
86 B
TypeScript
Executable File
5 lines
86 B
TypeScript
Executable File
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|