fix(build): rename hooks to hook per openclaw schema

This commit is contained in:
2026-04-11 22:31:44 -04:00
parent cd513aa334
commit 9f333c6f26

View File

@@ -6,7 +6,7 @@
"type": "module",
"openclaw": {
"extensions": ["./dist/index.js"],
"hooks": []
"hook": []
},
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --format=esm --external:@lancedb/lancedb --external:@lancedb/lancedb-darwin-arm64 --external:fsevents --external:chokidar",