mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
31c8abbe44
* feat(plugin-workflow): migrate create and update nodes to v2 * fix(plugin-workflow): fix v2 filter declaration build * refactor(plugin-workflow): migrate destroy node to v2 * refactor(plugin-workflow): migrate query node to v2 * fix(plugin-workflow): align query sort field styles * fix(plugin-workflow): enable v2 assignment field config * feat(plugin-workflow-sql): migrate SQL node to v2 * fix(plugin-workflow-sql): fix declaration build errors
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
export * from './dist/client-v2';
|
|
export { default } from './dist/client-v2';
|