Getting yarn berry working.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-27 12:23:28 -04:00
parent 2590682425
commit 8a3aaeafe8
4 changed files with 4319 additions and 2756 deletions

1
.gitignore vendored
View File

@@ -289,6 +289,7 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.yarn/releases
.pnp.*
# Vite

3
frontend/.yarnrc.yml Normal file
View File

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

View File

@@ -44,5 +44,6 @@
"vitest": "^3.2.4",
"vue-eslint-parser": "^9.4.0",
"vue-tsc": "^2.0.0"
}
},
"packageManager": "yarn@4.10.3"
}

File diff suppressed because it is too large Load Diff