Skip to content

Commit 278089f

Browse files
committed
fixup! src: expose help texts into node-config-schema.json
1 parent eab8c05 commit 278089f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/node-config-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,10 @@
703703
"type": "boolean",
704704
"description": "run in watch mode"
705705
},
706+
"watch-kill-signal": {
707+
"type": "string",
708+
"description": "kill signal to send to the process on watch mode restarts(default: SIGTERM)"
709+
},
706710
"watch-path": {
707711
"oneOf": [
708712
{

0 commit comments

Comments
 (0)