Skip to content

Commit f50976f

Browse files
nodemon change to node
1 parent d2acd0f commit f50976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Backend for Socialbook Web app",
55
"main": "api.js",
66
"scripts": {
7-
"start": "nodemon api.js"
7+
"start": "node api.js"
88
},
99
"author": "Samarpan Dasgupta",
1010
"license": "MIT",

0 commit comments

Comments
 (0)