chore: added webhooks content and updated home page

This commit is contained in:
Catalin Pit
2024-04-22 16:58:00 +03:00
parent 2ed4cb636b
commit 442e88cff8
11 changed files with 329 additions and 9 deletions

View File

@@ -6,7 +6,9 @@
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
"lint:fix": "next lint --fix",
"clean": "rimraf .next && rimraf node_modules",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
},
"dependencies": {
"next": "14.0.3",