From e84426a4f9229eb96cb14fa3b7afe33767bccec6 Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 3 Jul 2024 00:18:36 -0700 Subject: [PATCH] feat(nx): Added Nx Cloud token to your nx.json To connect your workspace to Nx Cloud, push your repository to your git hosting provider and go to the following URL: https://cloud.nx.app/connect/BTN2S5oDFZ --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 993d7f86a..002304a28 100644 --- a/nx.json +++ b/nx.json @@ -9,5 +9,6 @@ "default" ], "sharedGlobals": [] - } + }, + "nxCloudAccessToken": "MWVlOTgyZjYtNzAyYS00ZTkxLTg0MGYtZjgzMDA0MzIzOTE1fHJlYWQtd3JpdGU=" }