From 4c9186c13b3cb9db8ba9629c5288e1af4bcf6000 Mon Sep 17 00:00:00 2001 From: Florian Guitton <2495155+fguitton@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:15:01 +0100 Subject: [PATCH] feat(nx-cloud): setup nx cloud workspace 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. --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index d5b8582a3..f509f49f7 100644 --- a/nx.json +++ b/nx.json @@ -62,5 +62,6 @@ "defaultProject": "itmat-ui-react", "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "master", - "useInferencePlugins": false + "useInferencePlugins": false, + "nxCloudAccessToken": "YzA0MTA2MTEtNWRkNC00Y2QzLWFhYTItZDE0YjkxMDVlOGMwfHJlYWQtd3JpdGU=" } \ No newline at end of file