Skip to content

Commit 509613a

Browse files
authored
chore(cli): disable notification (#352)
1 parent 620365f commit 509613a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
},
5858
"engines": {
5959
"node": ">=18.0"
60-
}
60+
},
61+
"packageManager": "[email protected]+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
6162
}

static/config/cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": 1,
55
"title": "Help us understand your needs",
66
"url": "https://zenstack.dev",
7-
"active": true
7+
"active": false
88
}
99
]
1010
}

0 commit comments

Comments
 (0)