From 33f8885ef4e0e6b08a6e99a1fbd85432a952af0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Fri, 8 Aug 2025 12:02:19 +0200 Subject: [PATCH] feat(nx-cloud): set up nx workspace (#13768) 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/6895c992e7d4ba1786546b39/workspaces/6895ca12e7d4ba1786546b3c **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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 469e62f3a9..baa978e42c 100644 --- a/nx.json +++ b/nx.json @@ -260,5 +260,6 @@ "default": { "options": { "cacheableOperations": ["storybook:build"] } } }, "useInferencePlugins": false, - "defaultBase": "main" + "defaultBase": "main", + "nxCloudId": "6895ca12e7d4ba1786546b3c" }