added scheduler

This commit is contained in:
ION606
2025-09-26 14:28:04 -04:00
parent 5f535a61c1
commit 133ef3f48b
19 changed files with 3975 additions and 555 deletions
+3
View File
@@ -8,8 +8,11 @@
"dev": "bun run --hot server.mjs"
},
"dependencies": {
"@js-temporal/polyfill": "^0.5.1",
"@kubernetes/client-node": "^0.22.1",
"@types/cookie-parser": "^1.4.9",
"@types/node": "^24.3.3",
"cookie-parser": "^1.4.7",
"dockerode": "^4.0.8",
"node-cron": "^4.2.1"
}