summaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/nodemon.json b/nodemon.json
index 25fa4fe..f92d185 100644
--- a/nodemon.json
+++ b/nodemon.json
@@ -1,4 +1,4 @@
{
- "ext": "ts",
- "exec": "ts-node source/index.ts"
+ "ext": "ts,pug,js",
+ "exec": "deno run --unstable --allow-env --allow-read --allow-net source/index.ts"
}