mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
8d196c8f3b
[nodemon] trigger a restart when locales change GitOrigin-RevId: 10ae7b54c4aacfb199a127710733bc50cf339ef3
9 lines
113 B
JSON
9 lines
113 B
JSON
{
|
|
"watch": [
|
|
"app/src/",
|
|
"app.js",
|
|
"locales/*.json",
|
|
"modules/*/app/src/",
|
|
"config/"
|
|
]
|
|
}
|