We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d039452 commit 52160b9Copy full SHA for 52160b9
bin/cli
@@ -6,4 +6,4 @@ popd > /dev/null
6
7
source ${0%/*}/.init
8
9
-IN_CLI=true CLI_BIN="$CLI_BIN" babel-node boot/Cli.js "$@"
+IN_CLI=true CLI_BIN="$CLI_BIN" exec babel-node boot/Cli.js "$@"
bin/serve
@@ -2,4 +2,4 @@
2
3
4
5
-babel-node boot/Http.js $@
+exec babel-node boot/Http.js $@
bin/watch
-nodemon boot/Http.js
+exec nodemon boot/Http.js
0 commit comments