From 4576227efc8161eab2a1a0a15c6fbc8b213954fa Mon Sep 17 00:00:00 2001 From: Drew Daniels Date: Sun, 4 Aug 2024 17:21:59 -0500 Subject: [PATCH] update nx config --- .gitignore | 3 +++ nx.json | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f4d87b..b593fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ Thumbs.db .nx/cache .nx/workspace-data + +.env* +!.env diff --git a/nx.json b/nx.json index 25e652a..e97301b 100644 --- a/nx.json +++ b/nx.json @@ -62,7 +62,6 @@ } } }, - "nxCloudAccessToken": "YzMwNmY3MmItMTFlYy00MzE2LTkzY2YtZTJiNmI3MDFiMDVifHJlYWQtd3JpdGU=", "targetDefaults": { "@nx/js:tsc": { "cache": true,