Skip to content

Commit

Permalink
yarn 1 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Piemontez committed May 22, 2024
1 parent 2ebe583 commit 7878756
Show file tree
Hide file tree
Showing 6 changed files with 4,970 additions and 2,378 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ dist
dist-ssr
*.local

# Yarn 3 files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.22.cjs"
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-3.6.3.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-static-copy": "^1.0.3"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7878756

Please sign in to comment.