overleaf/services/web/nodemon.json
Jakob Ackermann ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces
[misc] npm workspaces

GitOrigin-RevId: 87aa72db6637fb238d7cd35b0a48ac3ed58ab3eb
2022-02-16 11:31:07 +00:00

10 lines
137 B
JSON

{
"watch": [
"app/src/",
"app.js",
"locales/*.json",
"modules/*/app/src/",
"config/",
"../../libraries/"
]
}