Merge branch 'hotfix/21.56.9' into master
[gitter.git] / nodemon.json
blobd492bc6b7a43e48532d755733660ffe1d4697cc4
3   "watch": ["server", "shared", "modules"],
4   "ext": "js json hbs",
5   "ignore": [
6     ".git",
7     "modules/api-client/lib/**",
8     "modules/api-client/**",
9     "modules/web-push/browser/**",
10     "modules/web-push/service-worker/**"
11   ],
12   "verbose": true,
13   "env": {
14     "NODEMON": "1",
15     "Q_DEBUG": "1",
16     "BLUEBIRD_DEBUG": "1",
17     "TZ": "UTC"
18   }