muse/nodemon.json

7 lines
221 B
JSON
Raw Normal View History

2020-03-09 17:57:39 +01:00
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
2021-04-01 21:19:14 +02:00
"watch": ["dist"],
2022-01-05 21:30:32 +01:00
"exec": "npm run env:set-database-url -- node --experimental-json-modules dist/src/scripts/start.js",
2021-04-01 21:19:14 +02:00
"ext": "js"
2020-03-09 17:57:39 +01:00
}