added start script (#8)

Reviewed-on: #8
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #8.
This commit is contained in:
2026-05-17 23:02:23 -07:00
committed by joseph.nelson4456
parent 70ad6ae4a6
commit de6d8cd8fe
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "A basic Express application with PostgreSQL integration.", "description": "A basic Express application with PostgreSQL integration.",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"dev": "nodemon app.js", "dev": "nodemon src/app.js",
"start": "node src/app.js",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"migrate": "node-pg-migrate -m ./src/migrations", "migrate": "node-pg-migrate -m ./src/migrations",