Skip to content

Commit 7679130

Browse files
authored
Change bad file path in express starting script (#24)
1 parent f5b0ebc commit 7679130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"start": "node src/index.js"
8+
"start": "node src/server.js"
99
},
1010
"author": "",
1111
"license": "ISC",

0 commit comments

Comments
 (0)