Skip to content

Commit 1413b4f

Browse files
feat(nx-cloud): set up nx workspace (#185)
* 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/6412ca9d1c251d000efa21ba/workspaces/68d74dda9d18071f643ecda4 **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. * ci: apply automated fixes * Format --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 39aa447 commit 1413b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "main",
4+
"nxCloudId": "68d74dda9d18071f643ecda4",
45
"useInferencePlugins": false,
56
"parallel": 5,
67
"namedInputs": {

0 commit comments

Comments
 (0)