9 lines
246 B
YAML
9 lines
246 B
YAML
|
|
packages:
|
||
|
|
- packages/*
|
||
|
|
|
||
|
|
# pnpm 10+ blocks any dependency shipping an install/build script until it is
|
||
|
|
# explicitly reviewed here. Deny by default; esbuild (tsx's bundled native
|
||
|
|
# binary) genuinely needs its script.
|
||
|
|
allowBuilds:
|
||
|
|
esbuild: true
|