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:
+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