From 1411b6031ef61503751f8265c33714534e1f7d05 Mon Sep 17 00:00:00 2001 From: mjakobs1x <83405126+mjakobs1x@users.noreply.github.com> Date: Tue, 6 May 2025 18:36:29 +0200 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace 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/6818f34c3b14a620560ea65a/workspaces/681a3a8b54c2fd6d39d969a3 **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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 3833b6b3..11324e30 100644 --- a/nx.json +++ b/nx.json @@ -168,5 +168,5 @@ }, "useInferencePlugins": false, "defaultBase": "main", - "nxCloudAccessToken": "Yzg2YjljMTktMzQ0YS00YmE2LThmMTMtY2ZhOTY3ODNiZDJjfHJlYWQtd3JpdGU=" + "nxCloudAccessToken": "ZDBhZmQyMmMtYzJjMS00NjVlLWJhYzktZTEzMWE1ZDdkYTdlfHJlYWQtd3JpdGU=" }