klip/nodemon.json

7 lines
220 B
JSON
Raw Permalink Normal View History

{
"watch": ["server/**/*.ts"],
"execMap": {
2020-01-03 08:51:53 -06:00
"ts": "rimraf production-server && tsc --project tsconfig.json && copyfiles -f \"server/mail/*.html\" production-server/mail && node production-server/server.js"
}
2020-01-03 08:51:53 -06:00
}