refactor: update worker commands and add new scripts for API rebuilding and queue feeding

This commit is contained in:
ImBenji
2026-04-27 15:03:15 +01:00
parent b4df02da0d
commit 04966fac55
21 changed files with 58 additions and 13 deletions
+13
View File
@@ -15,6 +15,7 @@
"@google-cloud/bigquery": "^8.1.1",
"better-sqlite3": "^12.4.1",
"deasync": "^0.1.31",
"dotenv": "^17.4.2",
"fastify": "^5.6.1",
"node-cron": "^4.2.1",
"pg": "^8.20.0",
@@ -813,6 +814,18 @@
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
"integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/duplexify": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",