Skip to content

Commit a129ec5

Browse files
committed
fix: fix for package.json
1 parent f85799f commit a129ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "app.js",
66
"scripts": {
7-
"start": "node app.js",
7+
"start": "node app.js -p $PORT",
88
"start:dev": "nodemon app.js"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)