Skip to content

Commit 1bb134b

Browse files
committed
fix(core): compatibility with Nx 14.2+
1 parent d1044f6 commit 1bb134b

File tree

80 files changed

+195335
-721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+195335
-721
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ Thumbs.db
4242
# Generated Docusaurus files
4343
.docusaurus/
4444
.cache-loader/
45+
46+
**/bin
47+
**/obj

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/dist
44
/coverage
55
.docusaurus/
6+
.yarn/

0 commit comments

Comments
 (0)