From 1b7c475cdbc2880a4dfaf50e254b25d8f7294a99 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 10 Dec 2024 12:53:18 +0100 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace (#7289) 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/67582ac4ce30c26b5f428a81/workspaces/67582b7f0d03c7a23d467388 **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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index f23af8babba..61a94937c5a 100644 --- a/nx.json +++ b/nx.json @@ -41,5 +41,5 @@ } } ], - "nxCloudId": "67582a7f5f5bd66e08aff696" -} + "nxCloudId": "67582b7f0d03c7a23d467388" +} \ No newline at end of file