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