feat(dx): Yarn support
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Nicolai Ort 2024-11-26 19:19:31 +01:00
parent 32b5f5420b
commit fc15c68cba
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
3 changed files with 4653 additions and 2 deletions

View File

@ -1,2 +1,4 @@
public/env.sample.js public/env.sample.js
.pnpm-store .pnpm-store
.yarn
.pnp.*

4
.gitignore vendored
View File

@ -3,4 +3,6 @@ node_modules
public/env.js public/env.js
public/index.html public/index.html
/dist /dist
.pnpm-store .pnpm-store
.yarn
.pnp.*

4647
yarn.lock Normal file

File diff suppressed because it is too large Load Diff