1
0
Fork 0

feat(nx-cloud): setup nx cloud workspace (#7289)

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/67582ac4ce30c26b5f428a81/workspaces/67582b7f0d03c7a23d467388

**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.
This commit is contained in:
Joost De Cock 2024-12-10 12:53:18 +01:00 committed by GitHub
parent b34435e7b4
commit 1b7c475cdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,5 +41,5 @@
} }
} }
], ],
"nxCloudId": "67582a7f5f5bd66e08aff696" "nxCloudId": "67582b7f0d03c7a23d467388"
} }