change from poll to update from hooks

This commit is contained in:
Darius
2026-02-08 14:55:54 +01:00
parent c7faa4fc0a
commit b7daaab9cf
12 changed files with 206 additions and 133 deletions

View File

@@ -6,7 +6,8 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"start": "node dist/index.js",
"dev": "tsx watch --inspect-brk src/index.ts"
"dev": "tsx watch src/index.ts",
"devdbg": "tsx watch --inspect-brk src/index.ts"
},
"keywords": [],
"author": "Darius",