Skip to content

Commit

Permalink
feat(nx-cloud): setup nx cloud workspace (#18220)
Browse files Browse the repository at this point in the history
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/6756fbcb8fdfa789bdaf76ff/workspaces/6757024dd78ff71eb4eebb5f

**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.
  • Loading branch information
tay1orjones authored Dec 9, 2024
1 parent 9ac71ea commit f24a88d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"{projectRoot}/packages/react/es, packages/react/lib"
]
}
}
}
},
"nxCloudId": "6757024dd78ff71eb4eebb5f"
}

0 comments on commit f24a88d

Please sign in to comment.