This commit is contained in:
15
pnpm-workspace.yaml
Normal file
15
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
packages:
|
||||
- "."
|
||||
- "crates/*"
|
||||
- "packages/*"
|
||||
- "packages/**/*"
|
||||
- "e2e/**/*"
|
||||
- "e2e/*"
|
||||
- "!e2e/wasm" # excluded: depends on wasm-pack build output (crates/kreuzberg-wasm/pkg)
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
sharedWorkspaceLockfile: true
|
||||
autoInstallPeers: true
|
||||
hoist: true
|
||||
overrides:
|
||||
glob: "10.5.0"
|
||||
Reference in New Issue
Block a user