mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:36:32 +00:00
e3e352ffeb
* refactor(sequence-field): move to plugin and use table to record * fix(database): skip test case which not in core * fix(plugin-sequence): add migration * fix(plugin-sequence): fix types * test(plugin-sequence): fix test cases * fix(plugin-sequence): fix configuration ui * fix(plugin-sequence): fix merge * fix(plugin-sequence): fix schema and error message
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|