Skip to content

Commit 02cb68d

Browse files
committed
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.
1 parent 9b236dc commit 02cb68d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Thumbs.db
4646
.docusaurus/
4747
.cache-loader/
4848

49+
nx-cloud.env
50+
4951
# Ensure we do not accidentally run npm install
5052
package-lock.json
5153

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
]
158158
},
159159
"useDaemonProcess": true,
160-
"nxCloudAccessToken": "NDcxN2FmMjEtMTA5Ni00NmQxLWFkZGUtY2ZkZGE0ZjA1OWQxfHJlYWQtd3JpdGU=",
160+
"nxCloudId": "67422b8f695a61db2104d71d",
161161
"parallel": 3,
162162
"plugins": [
163163
{

0 commit comments

Comments
 (0)