mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
feat: add sort plugin
- Introduced a new sort plugin that allows sorting of entities based on a specified field. - Added API endpoints for reordering items and recalculating sort order. - Implemented tests to ensure correct functionality of sorting and reordering features.
This commit is contained in:
@@ -9,3 +9,4 @@ export { syncTypes, type SyncTypesOptions } from "./dev/sync-types.plugin";
|
||||
export { syncSecrets, type SyncSecretsOptions } from "./dev/sync-secrets.plugin";
|
||||
export { timestamps, type TimestampsPluginOptions } from "./data/timestamps.plugin";
|
||||
export { emailOTP, type EmailOTPPluginOptions } from "./auth/email-otp.plugin";
|
||||
export { sort, type SortPluginOptions } from "./sort.plugin";
|
||||
|
||||
Reference in New Issue
Block a user