Skip to content

Commit 74dc394

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/678154df30083968dadda287/workspaces/678156498a70f077d7a8b543 **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 3b854bf commit 74dc394

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"installation": {
33
"version": "20.3.1"
4-
}
5-
}
4+
},
5+
"nxCloudId": "678156498a70f077d7a8b543"
6+
}

0 commit comments

Comments
 (0)