From 0f391ba1b99cb0492850f833a9ae4d6bbd12e32a Mon Sep 17 00:00:00 2001 From: Gregor Adams <1148334+pixelass@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:32:10 +0100 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace 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/65e4b216b35f78b0f3413073/workspaces/65e4b418f452167229a0f460 --- nx.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx.json b/nx.json index 2dc183b..7e64934 100644 --- a/nx.json +++ b/nx.json @@ -1,4 +1,6 @@ { + "nxCloudAccessToken": "ZTdlYTJlZjgtODcxMS00YzQ3LWFhNDAtZmZhMjRiMzE2NmY0fHJlYWQtd3JpdGU=", + "nxCloudUrl": "https://cloud.nx.app", "tasksRunnerOptions": { "default": { "runner": "nx-cloud",