feat(nx-cloud): set up nx workspace (#13768)

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/6895c992e7d4ba1786546b39/workspaces/6895ca12e7d4ba1786546b3c

**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:
Félix Malfait 2025-08-08 12:02:19 +02:00 committed by GitHub
parent f9fa2db7f0
commit 33f8885ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,5 +260,6 @@
"default": { "options": { "cacheableOperations": ["storybook:build"] } }
},
"useInferencePlugins": false,
"defaultBase": "main"
"defaultBase": "main",
"nxCloudId": "6895ca12e7d4ba1786546b3c"
}