Skip to content

Commit a0d65ce

Browse files
committed
add exec so all signals come through
1 parent 8a4fbf3 commit a0d65ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/redis-js/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "server.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
7-
"start": "node server.js"
7+
"start": "exec node server.js"
88
},
99
"keywords": [],
1010
"author": "",

0 commit comments

Comments
 (0)