summaryrefslogtreecommitdiff
path: root/nodemon.json
blob: 3f2e7ed66b568c925c92981593b8b79aa5cf18be (plain)
1
2
3
4
5
6
7
8
9
10
{
	"delay": 2000,
	"ext": "js,pug",
	"ignore": [
		".git",
		"node_modules",
		"public",
		"tools"
	]
}