repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix CI yaml becoming invalid after container_scanning security job changing
[gitter.git]
/
nodemon.json
blob
d492bc6b7a43e48532d755733660ffe1d4697cc4
1
2
{
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
}
19
}