mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-30 16:56:07 +08:00
f33594ad31
* feat(plugin-comments-flexible): add record comments block * chore(plugin-block-comment): rename comments block plugin * fix(comments): support relation-based comment blocks * fix(comments): handle comment owner value mismatch * chore(comments): remove unrelated changes * fix(plugin-block-comment): improve record comment mapping and actions * feat(plugin-block-comment): support configurable comment body fields * fix(plugin-block-comment): fix comment body field declarations
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/server';
|
|
export { default } from './dist/server';
|