use pnpm workspaces

This commit is contained in:
Felix Roos 2023-01-28 20:14:26 +01:00
parent 6c3a235b08
commit 35f2040717
14 changed files with 11776 additions and 8 deletions

4
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,4 @@
packages:
# all packages in direct subdirs of packages/
- "packages/*"
- "website/"