mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[nodemon] trigger a restart when locales change GitOrigin-RevId: 10ae7b54c4aacfb199a127710733bc50cf339ef3
10 lines
113 B
JSON
10 lines
113 B
JSON
{
|
|
"watch": [
|
|
"app/src/",
|
|
"app.js",
|
|
"locales/*.json",
|
|
"modules/*/app/src/",
|
|
"config/"
|
|
]
|
|
}
|