MangoRecipe/nodemon.json

8 lines
225 B
JSON
Raw Normal View History

2022-10-19 13:17:33 +02:00
{
"delay": 5000,
"ignore": [".git", "node_modules/", "dist/", "rethinkdb_data/", "css/"],
"watch": ["Source"],
"exec": "cross-env NODE_ENV=development ts-node --files ./Source/index.ts",
"ext": "ts"
}