Skip to content

Commit bf595fd

Browse files
committed
refactor(module): Change dependency management to yarn-berry
- Using Yarn-Berry PnP and Zero-Install features
1 parent 2a69946 commit bf595fd

File tree

295 files changed

+18470
-3723
lines changed

Some content is hidden

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

295 files changed

+18470
-3723
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
# Yarn berry zero installs
27+
.yarn/*
28+
!.yarn/cache
29+
!.yarn/patches
30+
!.yarn/plugins
31+
!.yarn/releases
32+
!.yarn/sdks
33+
!.yarn/versions

.pnp.cjs

Lines changed: 11259 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)