nodemon.json 122 Bytes
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
3
4
5
6
{
    "watch": ["server"],
    "ext": "js,jsx,json",
    "ignore": ["src/**/*.spec.js"],
    "exec": "node ./index.js"
  }