feat: simulador GPS con cron job y pub/sub Redis

This commit is contained in:
2026-05-23 01:06:04 -06:00
parent 1667e4fb66
commit d1bfc9fbac
280 changed files with 30733 additions and 11 deletions

16
backend/node_modules/cluster-key-slot/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"extends": "airbnb-base/legacy",
"parserOptions":{
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"max-len": 0,
"no-plusplus": 0,
"no-bitwise": 0,
"no-param-reassign": 0,
"no-undef": 0
},
"globals": {}
}