aboutsummaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodemon.json b/nodemon.json
index 55865e4..6c020fe 100644
--- a/nodemon.json
+++ b/nodemon.json
@@ -1,5 +1,5 @@
{
"watch": "./source/server",
- "exec": "ts-node --project tsconfig.server.json ./source/server/index.ts",
+ "exec": "deno run --allow-read --allow-env --allow-net --unstable source/server/index.ts",
"ext": "ts"
} \ No newline at end of file