radiobee-aligner / nodemon.json
freemt
Update aligned pairs plot
dab2de2
{
"restartable": "rs",
"ignore": [
".venv",
".git",
"node_modules/**/node_modules",
"**/__pycache__"
],
"verbose": true,
"execMap": {
"js": "node --harmony"
},
"watch": [
"tests",
"test/fixtures/",
"test/samples/"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js json py"
}