Merge pull request #19718 from immobiliare/feat/added-flag-disable-config-watching

feat: added disable config watching flag
This commit is contained in:
Patrik Oldsberg
2023-10-10 11:33:03 +02:00
committed by GitHub
9 changed files with 84 additions and 42 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/config-loader': patch
'@backstage/backend-app-api': patch
---
Added `watch` option to configuration loaders that can be used to disable file watching by setting it to `false`.