diff options
| author | Max Isom <[email protected]> | 2022-08-19 21:42:29 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-19 21:42:29 -0500 |
| commit | b8bde2a8176245cba52b0cd2d2c9d9b4dde31bea (patch) | |
| tree | f38d9cb0cd1b8da0ef838155c66337876463fd9b /nodemon.json | |
| parent | 068eceff57f2997d3b017c2e734f281793e460c6 (diff) | |
| download | muse-b8bde2a8176245cba52b0cd2d2c9d9b4dde31bea.tar.xz muse-b8bde2a8176245cba52b0cd2d2c9d9b4dde31bea.zip | |
Use tsx (#778)
Diffstat (limited to 'nodemon.json')
| -rw-r--r-- | nodemon.json | 6 |
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" -} |
