Skip to main content
Module

x/denon/templates/denon.json

πŸ‘€ Monitor any changes in your Deno application and automatically restart.
Go to Latest
File
{ "$schema": "https://deno.land/x/denon/schema.json", "scripts": { "start": { "cmd": "deno run app.ts", "desc": "run my app.ts file" } }}