fixeando api
All checks were successful
build-and-push / build (push) Successful in 18s
build-and-push / deploy (push) Successful in 3s

This commit is contained in:
2025-05-02 19:18:02 -06:00
parent 5f161649f0
commit 022086f49d

View File

@@ -1,16 +1,13 @@
{ {
"name": "api", "name": "planilla-api",
"version": "1.0.0", "version": "1.0.0",
"description": "", "type": "module",
"main": "index.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "node server.js"
}, },
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": { "dependencies": {
"express": "^5.1.0", "express": "^4.18.2",
"pg": "^8.15.6" "pg": "^8.8.0"
} }
} }