Skip to content

Commit 69dc2ee

Browse files
feat: set up nx workspace (#96)
* 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/69c71b9038eed5e74d5da8e4 > [!TIP] > Run `npx nx generate ci-workflow` if you don't have a CI script configured yet. **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 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 968fd60 commit 69dc2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "main",
4-
"nxCloudId": "6932bc70f7d82526902f62fa",
4+
"nxCloudId": "69c71b9038eed5e74d5da8e4",
55
"useInferencePlugins": false,
66
"parallel": 5,
77
"tui": {

0 commit comments

Comments
 (0)