sistema creado v0.5.0
Some checks failed
build-and-push / deploy (push) Has been skipped
build-and-push / build (push) Failing after 6s

This commit is contained in:
2025-05-14 16:10:41 -06:00
parent b5e40cf4ac
commit 745168cf51
193 changed files with 7267 additions and 8789 deletions

16
worker/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "planilla-api",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@prisma/client": "^6.7.0",
"express": "^4.18.2",
"node-cron": "^4.0.5",
"pg": "^8.8.0",
"prisma": "^6.7.0"
}
}