diff options
Diffstat (limited to 'nodemon.json')
| -rw-r--r-- | nodemon.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nodemon.json b/nodemon.json deleted file mode 100644 index f92d185..0000000 --- a/nodemon.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ext": "ts,pug,js", - "exec": "deno run --unstable --allow-env --allow-read --allow-net source/index.ts" -} |