jurassiscripts / velociraptor

The npm-style script runner for Deno

Home Page:https://velociraptor.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inspect and inspectBrk should also accept true

DerZade opened this issue · comments

Deno allows using the CLI options --inspect / --inspect-brk without specifying an IP & port.

It would be nice to just use true within the config:

#scripts.yml
scripts:
  start:
    cmd: main.ts
    inspect: true

@DerZade thanks for your suggestion! This has been implemented and released in 1.4.0