mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:46:46 +00:00
3b5b732a1a
* feat: plugin-mock-collections * fix: mock bug * feat: field interfaces * fix: field interface * fix: formula * fix: file collection * fix: map * refactor: change api path from :create to :mock * fix: avoid test failed * chore: remove useless code * fix: mock records * fix: association * feat: custom data * fix: mockAttachment * fix: count --------- Co-authored-by: Rain <958414905@qq.com>
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/client';
|
|
export { default } from './dist/client';
|