aboutsummaryrefslogtreecommitdiff
path: root/nodemon.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-08-19 21:42:29 -0500
committerGitHub <[email protected]>2022-08-19 21:42:29 -0500
commitb8bde2a8176245cba52b0cd2d2c9d9b4dde31bea (patch)
treef38d9cb0cd1b8da0ef838155c66337876463fd9b /nodemon.json
parent068eceff57f2997d3b017c2e734f281793e460c6 (diff)
downloadmuse-b8bde2a8176245cba52b0cd2d2c9d9b4dde31bea.tar.xz
muse-b8bde2a8176245cba52b0cd2d2c9d9b4dde31bea.zip
Use tsx (#778)
Diffstat (limited to 'nodemon.json')
-rw-r--r--nodemon.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/nodemon.json b/nodemon.json
deleted file mode 100644
index 9de1778..0000000
--- a/nodemon.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
- "watch": ["src"],
- "exec": "npm run env:set-database-url -- esmo src/scripts/start.ts",
- "ext": "ts"
-}