Module

x/denon/scripts.yml

👀 Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
File
scripts: test: - "deno fmt --check" - "deno lint --unstable" - "deno test --unstable -A"watch: false