added start script
Test Workflow / test-and-lint (pull_request) Successful in 35s
Build and Push Image / build-and-push (pull_request) Successful in 1m24s

This commit is contained in:
2026-05-17 22:58:14 -07:00
parent 70ad6ae4a6
commit cf7dcfb780
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "A basic Express application with PostgreSQL integration.",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"migrate": "node-pg-migrate -m ./src/migrations",