Files
deepseek-harness/native/landlock-run/pnpm-workspace.yaml
T

9 lines
246 B
YAML
Raw Normal View History

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