feat[webhook]: added generic webhook (#130)

* added logic to support generic webhooks

* fixed style of generic webhook

* fixed style of generic webhook
This commit is contained in:
Waleed Latif
2025-03-20 17:08:19 -07:00
committed by GitHub
parent 2db6c82054
commit 37567b4638
8 changed files with 715 additions and 69 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"framer-motion": "^12.5.0"
}
}