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 28287eb commit a8ff4b4Copy full SHA for a8ff4b4
bin/start
@@ -3,4 +3,5 @@
3
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
4
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
5
6
+# TODO REMOVE THE INSPECT PARAM
7
exec node --inspect=5444 $NODE_OPTIONS "$PROJECT_ROOT" "$@"
0 commit comments