Skip to content
Snippets Groups Projects
nodemon.json 121 B
{
  "watch": ["src"],
  "ext": "ts",
  "ignore": ["src/public"],
  "exec": "NODE_ENV=development ts-node src/index.ts"
}