diff options
author | metamuffin <metamuffin@yandex.com> | 2021-09-14 20:09:17 +0200 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2021-09-14 20:09:17 +0200 |
commit | 2b5a1dd0009aa8172378a499e16f0d1248cb6536 (patch) | |
tree | bde2ad6a57923ece430b57aa5ad2ec0e853194c2 /nodemon.json | |
parent | 5c7cd8f1322f6d3288be04daf5b4186ecc5e7460 (diff) | |
download | metamuffin-website-2b5a1dd0009aa8172378a499e16f0d1248cb6536.tar metamuffin-website-2b5a1dd0009aa8172378a499e16f0d1248cb6536.tar.bz2 metamuffin-website-2b5a1dd0009aa8172378a499e16f0d1248cb6536.tar.zst |
a
Diffstat (limited to 'nodemon.json')
-rw-r--r-- | nodemon.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..25fa4fe --- /dev/null +++ b/nodemon.json @@ -0,0 +1,4 @@ +{ + "ext": "ts", + "exec": "ts-node source/index.ts" +} |