diff options
author | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
commit | 06f51ccdc496a6581d098edc424f3973e550221d (patch) | |
tree | b064b8058ef77634dcf2c904a70cdea030884a7a /nx.json | |
parent | 997b850967df8dc03a7321b167dc9f7b52f98c7a (diff) | |
download | Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.gz Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.bz2 Nexus-06f51ccdc496a6581d098edc424f3973e550221d.zip |
refactor(build): switch to turborepo & bump deps
Diffstat (limited to 'nx.json')
-rw-r--r-- | nx.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nx.json b/nx.json deleted file mode 100644 index b7f6871..0000000 --- a/nx.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "tasksRunnerOptions": { - "default": { - "runner": "nx/tasks-runners/default", - "options": { - "cacheableOperations": [] - } - } - }, - "affected": { - "defaultBase": "main" - } -} |