Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nodemon.json - github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2a609fd82ad0b409422a9b658cf1678915a8b12 (plain)
1
2
3
4
5
6
{
  "watch": ["server/**/*.ts"],
  "execMap": {
    "ts": "rimraf production-server && tsc --project tsconfig.json && copyfiles -f \"server/mail/*.html\" production-server/mail && node production-server/server.js"
  }
}