diff --git a/services/web/nodemon.json b/services/web/nodemon.json index ebc4c4efaa..640ca3e0fc 100644 --- a/services/web/nodemon.json +++ b/services/web/nodemon.json @@ -2,7 +2,8 @@ "watch": [ "app/src/", "app.js", + "locales/*.json", "modules/*/app/src/", "config/" ] -} \ No newline at end of file +}