Skip to main content
Module

x/denon/scripts.yml

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