From 24115fc828d12854ee86fa8e234678eb141a419e Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 14 Aug 2022 11:29:32 -0500 Subject: [PATCH] refactor: modified nx directory defaults --- nx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index 3cb34df..934d6f5 100644 --- a/nx.json +++ b/nx.json @@ -23,8 +23,8 @@ } }, "workspaceLayout": { - "appsDir": "apps", - "libsDir": "libs" + "appsDir": "packages", + "libsDir": "packages" }, "affected": { "defaultBase": "main" -- 2.51.2