Skip to content

Commit 75c008a

Browse files
committed
feat: added resource watcher flag
1 parent c645bd4 commit 75c008a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.84",
3+
"version": "0.0.85",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export interface customEnv {
5454
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: boolean
5555
ENABLE_RESOURCE_SCAN_V2?: boolean
5656
ENABLE_GITOPS_BITBUCKET_SOURCE: boolean
57+
HIDE_RESOURCE_WATCHER?: boolean
5758
}
5859
declare global {
5960
interface Window {

0 commit comments

Comments
 (0)