added start script #8
+2
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user