From 78860f91a6d3c968ad1c812b6cd3701a92b1644a Mon Sep 17 00:00:00 2001 From: Sy Traore Date: Wed, 23 Jul 2025 14:10:23 -0400 Subject: [PATCH] Add nxCloudId to nx.json Introduced the nxCloudId property to the nx.json configuration, enabling integration with Nx Cloud for distributed caching and task execution. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 472ab59..4f49d60 100644 --- a/nx.json +++ b/nx.json @@ -19,7 +19,7 @@ "{workspaceRoot}/.github/workflows/ci.yml" ] }, - + "nxCloudId": "6881249ab136984889a9bf9f", "plugins": [ { "plugin": "@nx/js/typescript",