fix: node 24.x en root y backend package.json

This commit is contained in:
2026-03-28 16:13:16 -05:00
parent 1401744022
commit 56407fcaa1

View File

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18"
"node": "24.x"
},
"scripts": {
"dev": "node --watch server.js"