mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
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:
parent
f9fa2db7f0
commit
33f8885ef4
1 changed files with 2 additions and 1 deletions
3
nx.json
3
nx.json
|
|
@ -260,5 +260,6 @@
|
|||
"default": { "options": { "cacheableOperations": ["storybook:build"] } }
|
||||
},
|
||||
"useInferencePlugins": false,
|
||||
"defaultBase": "main"
|
||||
"defaultBase": "main",
|
||||
"nxCloudId": "6895ca12e7d4ba1786546b3c"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue