Add delete event and husky lib

This commit is contained in:
2025-10-21 18:37:10 +02:00
parent 8e5182afaa
commit ad4c183234
5 changed files with 160 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
"deploy": "strapi deploy",
"develop": "strapi develop --debug",
"start": "strapi start",
"strapi": "strapi"
"strapi": "strapi",
"prepare": "husky install"
},
"dependencies": {
"@strapi/plugin-cloud": "5.8.1",
@@ -30,6 +31,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"husky": "^9.1.7",
"typescript": "^5"
},
"engines": {