Getting yarn berry working.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -289,6 +289,7 @@ dist
|
|||||||
.yarn/unplugged
|
.yarn/unplugged
|
||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
|
.yarn/releases
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# Vite
|
# Vite
|
||||||
|
|||||||
3
frontend/.yarnrc.yml
Normal file
3
frontend/.yarnrc.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.10.3.cjs
|
||||||
@@ -44,5 +44,6 @@
|
|||||||
"vitest": "^3.2.4",
|
"vitest": "^3.2.4",
|
||||||
"vue-eslint-parser": "^9.4.0",
|
"vue-eslint-parser": "^9.4.0",
|
||||||
"vue-tsc": "^2.0.0"
|
"vue-tsc": "^2.0.0"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@4.10.3"
|
||||||
}
|
}
|
||||||
|
|||||||
7068
frontend/yarn.lock
7068
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user