Skip to content

Commit

Permalink
feat(nx-cloud): setup nx cloud workspace
Browse files Browse the repository at this point in the history
This commit set up Nx Cloud for your Nx workspace enabling distributed caching
and GitHub integration for fast CI and improved Developer Experience.

You can access your Nx Cloud workspace by going to 
https://cloud.nx.app/orgs/6697b5835cd4549333b3c5e1/workspaces/6697b5c2c3bea5191c067638

**Note:** This commit attempts to maintain formatting of the nx.json, however you may need to correct formatting by running an nx format command and committing the changes.
  • Loading branch information
fguitton committed Jul 17, 2024
1 parent 52b7b85 commit 4c9186c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"defaultProject": "itmat-ui-react",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "master",
"useInferencePlugins": false
"useInferencePlugins": false,
"nxCloudAccessToken": "YzA0MTA2MTEtNWRkNC00Y2QzLWFhYTItZDE0YjkxMDVlOGMwfHJlYWQtd3JpdGU="
}

0 comments on commit 4c9186c

Please sign in to comment.