feat(webhooks): scaffold feature flag, CASL subject, queue, and migration

This commit is contained in:
Philipinho
2026-05-15 01:36:05 +01:00
parent 0ae407839f
commit 63c1241125
10 changed files with 162 additions and 2 deletions
+1
View File
@@ -19,4 +19,5 @@ export const Feature = {
SHARING_CONTROLS: 'sharing:controls',
TEMPLATES: 'templates',
VIEWER_COMMENTS: 'comment:viewer',
WEBHOOKS: 'webhooks',
} as const;