added item route details
Test Workflow / test-and-lint (pull_request) Successful in 50s
Build and Push Image / build-and-push (pull_request) Failing after 1m30s

This commit is contained in:
2026-05-16 23:40:00 -07:00
parent 4f73991360
commit aec369adda
7 changed files with 163 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"dev": "nodemon app.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"migrate": "node-pg-migrate",
"migrate": "node-pg-migrate -m ./src/migrations",
"test": "jest --forceExit"
},
"type": "module",