Fix inspect command

This commit is contained in:
Ajay 2023-04-16 21:34:34 -04:00
parent 36352b0c8e
commit 5c61f1d366

View file

@ -9,4 +9,4 @@ test -e config.json || cat <<EOF > config.json
}
EOF
node dist/src/index.js --inspect
node --inspect dist/src/index.js