feat: fully migrate to pnpm workspace

This commit is contained in:
Paul Makles
2022-09-19 13:14:36 +01:00
parent 663d3c22d1
commit 6239160d09
37 changed files with 4274 additions and 2872 deletions

9
.npmrc
View File

@@ -1 +1,8 @@
auto-install-peers=true
# Allow us to use the monorepo with client being the root
ignore-workspace-root-check=true
# We cannot satisfy certain peer dependencies
strict-peer-dependencies=false
# Required for Vite.js to resolve packages
shamefully-hoist=true