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