Direct Control

This commit is contained in:
Aditya Pulipaka
2025-07-10 18:31:11 -05:00
parent 53fde4ba6a
commit 2549bc3b20
5 changed files with 336 additions and 83 deletions

10
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"mongoose": "^8.16.1",
"node-schedule": "^2.1.1",
"pg": "^8.16.0",
"pg-format": "^1.0.4",
"socket.io": "^4.8.1"
}
},
@@ -2811,6 +2812,15 @@
"integrity": "sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==",
"license": "MIT"
},
"node_modules/pg-format": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pg-format/-/pg-format-1.0.4.tgz",
"integrity": "sha512-YyKEF78pEA6wwTAqOUaHIN/rWpfzzIuMh9KdAhc3rSLQ/7zkRFcCgYBAEGatDstLyZw4g0s9SNICmaTGnBVeyw==",
"license": "MIT",
"engines": {
"node": ">=4.0"
}
},
"node_modules/pg-int8": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",