We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f55685 commit b405af8Copy full SHA for b405af8
.gitignore
@@ -29,3 +29,6 @@ coverage
29
30
src/api/*
31
.env
32
+
33
34
+.yarn
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
package.json
@@ -64,5 +64,5 @@
64
"engines": {
65
"node": ">=22.0.0"
66
},
67
- "packageManager": "yarn@1.22.22"
+ "packageManager": "yarn@4.12.0"
68
}
0 commit comments