From c147c7b077d36bbc0934411629c637537c03dc50 Mon Sep 17 00:00:00 2001 From: Maxon Date: Mon, 11 Nov 2024 16:57:27 +0200 Subject: [PATCH] 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/6730874b30ba37e689c017dd/workspaces/67321b5530ba37e689c018bd **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. --- nx.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/nx.json b/nx.json index f1f2ddd..7910bba 100644 --- a/nx.json +++ b/nx.json @@ -14,7 +14,7 @@ ], "sharedGlobals": [] }, - "nxCloudId": "670a731f0cf42074631a4718", + "nxCloudId": "67321b5530ba37e689c018bd", "plugins": [ { "plugin": "@nx/next/plugin", @@ -25,12 +25,7 @@ "serveStaticTargetName": "serve-static" } }, - { - "plugin": "@nx/eslint/plugin", - "options": { - "targetName": "lint" - } - }, + { "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } }, { "plugin": "@nx/webpack/plugin", "options": { @@ -41,12 +36,7 @@ } ], "generators": { - "@nx/next": { - "application": { - "style": "css", - "linter": "eslint" - } - } + "@nx/next": { "application": { "style": "css", "linter": "eslint" } } }, "targetDefaults": { "@nx/js:tsc": {