From 02cb68d392491fbe445739977f85b95cd8806240 Mon Sep 17 00:00:00 2001 From: Austin Turner Date: Sat, 23 Nov 2024 12:40:19 -0700 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/67422b77695a61db2104d71b/workspaces/67422b8f695a61db2104d71d **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. --- .gitignore | 2 ++ nx.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42dc525a..11502c21 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,8 @@ Thumbs.db .docusaurus/ .cache-loader/ +nx-cloud.env + # Ensure we do not accidentally run npm install package-lock.json diff --git a/nx.json b/nx.json index af0eb429..7d2f5886 100644 --- a/nx.json +++ b/nx.json @@ -157,7 +157,7 @@ ] }, "useDaemonProcess": true, - "nxCloudAccessToken": "NDcxN2FmMjEtMTA5Ni00NmQxLWFkZGUtY2ZkZGE0ZjA1OWQxfHJlYWQtd3JpdGU=", + "nxCloudId": "67422b8f695a61db2104d71d", "parallel": 3, "plugins": [ {