feat: add webhooks (#334)

This commit is contained in:
KM Koushik
2026-01-18 20:50:54 +11:00
committed by GitHub
parent f40a311cc9
commit 8676965019
58 changed files with 5334 additions and 245 deletions
+1
View File
@@ -11,5 +11,6 @@ export default {
"./src/**/*.tsx",
path.join(here, "../../packages/ui/src/**/*.{ts,tsx}"),
path.join(here, "../../packages/email-editor/src/**/*.{ts,tsx}"),
path.join(here, "../../packages/lib/src/**/*.{ts,tsx}"),
],
} satisfies Config;