From f24a88d67da5db600384efb54ef09ebed0958926 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 9 Dec 2024 09:26:27 -0600 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace (#18220) This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/6756fbcb8fdfa789bdaf76ff/workspaces/6757024dd78ff71eb4eebb5f **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes. --- nx.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index 4cf81a3c9434..49bccada8dab 100644 --- a/nx.json +++ b/nx.json @@ -23,5 +23,6 @@ "{projectRoot}/packages/react/es, packages/react/lib" ] } - } -} + }, + "nxCloudId": "6757024dd78ff71eb4eebb5f" +} \ No newline at end of file