From e64124789e93077a982801caf9e331a99d9dfbb5 Mon Sep 17 00:00:00 2001 From: Sy <132951255+sytraore@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:06:20 -0400 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/6839c85863c543e879860d08/workspaces/6881249ab136984889a9bf9f **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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx.json b/nx.json index 472ab59..b3597ed 100644 --- a/nx.json +++ b/nx.json @@ -19,7 +19,6 @@ "{workspaceRoot}/.github/workflows/ci.yml" ] }, - "plugins": [ { "plugin": "@nx/js/typescript", @@ -109,5 +108,6 @@ "linter": "eslint" } } - } -} + }, + "nxCloudId": "6881249ab136984889a9bf9f" +} \ No newline at end of file