pankod/next-boilerplate

View on GitHub
nodemon.json

Summary

Maintainability
Test Coverage
{
  "watch": ["server", "public"],
  "exec": "ts-node --project tsconfig.server.json server/index.ts",
  "ext": "js ts"
}