Installed yarn v2. Please set the yarn version to 'berry'. Initial repo/ide isntall will be provded soon. These instructions will be added in that readme.

This commit is contained in:
2021-08-16 08:01:18 -05:00
parent 62a3faf135
commit 726a63f353
4 changed files with 5427 additions and 3115 deletions

10
.gitignore vendored
View File

@@ -32,3 +32,13 @@ yarn-error.log*
# vercel
.vercel
# yarn 2
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

631
.yarn/releases/yarn-berry.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-berry.cjs

7898
yarn.lock

File diff suppressed because it is too large Load Diff