Merge pull request #3240 from overleaf/jpa-nodemon-locales

[nodemon] trigger a restart when locales change

GitOrigin-RevId: 10ae7b54c4aacfb199a127710733bc50cf339ef3
This commit is contained in:
Jakob Ackermann 2020-09-28 17:38:56 +02:00 committed by Copybot
parent 2779f0998e
commit 8d196c8f3b

View file

@ -2,7 +2,8 @@
"watch": [
"app/src/",
"app.js",
"locales/*.json",
"modules/*/app/src/",
"config/"
]
}
}