se supone que volvio
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 54s
build-and-deploy / deploy (push) Successful in 15s

This commit is contained in:
2025-05-30 23:51:22 -06:00
parent 254beb897a
commit 32f2686f14
2108 changed files with 301539 additions and 19567 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "planilla-worker",
"name": "planilla-api",
"version": "1.0.0",
"type": "module",
"main": "server.js",
@@ -7,9 +7,10 @@
"start": "node server.js"
},
"dependencies": {
"@empresa/prisma-schema": "1.0.0",
"@prisma/client": "^6.7.0",
"express": "^4.18.2",
"node-cron": "^4.0.5",
"pg": "^8.8.0"
"pg": "^8.8.0",
"prisma": "^6.7.0"
}
}