From eb1547a5ade63730d16f5941d92f1618b760538e Mon Sep 17 00:00:00 2001 From: Sy Traore Date: Wed, 23 Jul 2025 13:30:45 -0400 Subject: [PATCH] Remove nxCloudId from nx.json The nxCloudId property was removed from nx.json, possibly to disable or decouple Nx Cloud integration from the workspace. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index a5811be..472ab59 100644 --- a/nx.json +++ b/nx.json @@ -19,7 +19,7 @@ "{workspaceRoot}/.github/workflows/ci.yml" ] }, - "nxCloudId": "68477744a0522036e112db80", + "plugins": [ { "plugin": "@nx/js/typescript",