nodemon.json 205 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "verbose": true, "ignore": [ ".git", "node_modules/**/node_modules", "public" ], "env": { "NODE_ENV": "development", "PORT": "8080" }, "execMap": { "js": "node" } }