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 ee60dc6..da6a545 100644
--- a/nodemon.json
+++ b/nodemon.json
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["dist"],
- "exec": "npm start",
+ "exec": "npm run env:set-database-url -- node --experimental-json-modules dist/src/scripts/start.js",
"ext": "js"
}