Skip to content

Commit 608a90d

Browse files
authored
feat(node-postgres)
Add a start script in order to execute the start with npm
1 parent 432a5e8 commit 608a90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node-postgres/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Learn how NodeJS and Express can interact with PostgreSQL",
55
"main": "index.js",
66
"scripts": {
7+
"start": "node index.js"
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"author": "",

0 commit comments

Comments
 (0)