Skip to main content
Module

x/denon/templates/denon.config.ts

πŸ‘€ Monitor any changes in your Deno application and automatically restart.
Go to Latest
File
import { DenonConfig } from "https://deno.land/x/denon/mod.ts";
const config: DenonConfig = { scripts: { start: { cmd: "deno run app.ts", desc: "run my app.ts file", }, },};
export default config;