fix: ignore invalid claude hook starts

This commit is contained in:
William Valentin
2026-04-29 09:41:07 -07:00
parent 6799cc3681
commit fd17628e94
3 changed files with 206 additions and 165 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"agentmon-handler": "./handler.js"
},
"scripts": {
"build": "npx esbuild handler.ts --platform=node --format=esm --outfile=handler.js"
"build": "npx esbuild handler.ts --bundle --platform=node --format=esm --outfile=handler.js"
},
"dependencies": {},
"devDependencies": {