From 452ce3a3bd59b05cdf6b9c2e25138f1b5fcdac73 Mon Sep 17 00:00:00 2001 From: Yann Thibodeau Date: Tue, 15 Oct 2024 21:57:45 -0400 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace (#95) This commit set up Nx Cloud for your Nx workspace enabling distributed caching and GitHub integration for fast CI and improved Developer Experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/670f1d733124545da3595ecc/workspaces/670f1d8b22b1a18844d39587 **Note:** This commit attempts to maintain formatting of the nx.json, 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 a9332c7..18b0454 100644 --- a/nx.json +++ b/nx.json @@ -5,7 +5,7 @@ "runner": "nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], - "accessToken": "Y2FjNGUxZWQtYzgxNS00NjJhLTg0NTQtMTcyYTIxNzliZDVmfHJlYWQtd3JpdGU=" + "accessToken": "OGQ0YTdhYTktYzk5OS00ZGMxLThhNzAtYTMxMzBlNzllMWM5fHJlYWQtd3JpdGU=" } } },