summaryrefslogtreecommitdiff
path: root/nodemon.json
blob: f92d185743d563c375302479e01697bb23de76dd (plain)
1
2
3
4
{
  "ext": "ts,pug,js",
  "exec": "deno run --unstable --allow-env --allow-read --allow-net source/index.ts"
}