From b4c61657d905b8cdd6b2bf9af0c2fd288e830eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Mon, 8 Jul 2024 12:29:55 +0200 Subject: [PATCH] fix: avoid plugin location question --- nx.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index 94bd54e..cb5ebb7 100644 --- a/nx.json +++ b/nx.json @@ -62,13 +62,15 @@ "style": "css", "linter": "eslint", "unitTestRunner": "vitest", - "e2eTestRunner": "none" + "e2eTestRunner": "none", + "projectNameAndRootFormat": "as-provided" }, "@nx/angular:application": { "e2eTestRunner": "none", "linter": "eslint", "style": "css", - "unitTestRunner": "none" + "unitTestRunner": "none", + "projectNameAndRootFormat": "as-provided" } } }