From 40cc69e63cff9ea943e5ee3ab8a07da8a198cd90 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:12:24 -0700 Subject: [PATCH] chore(cli): disable notification --- package.json | 3 ++- static/config/cli.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13576d94..5e7de871 100644 --- a/package.json +++ b/package.json @@ -57,5 +57,6 @@ }, "engines": { "node": ">=18.0" - } + }, + "packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392" } diff --git a/static/config/cli.json b/static/config/cli.json index 5d33a491..07a37b16 100644 --- a/static/config/cli.json +++ b/static/config/cli.json @@ -4,7 +4,7 @@ "id": 1, "title": "Help us understand your needs", "url": "https://zenstack.dev", - "active": true + "active": false } ] }