Files
cfw-logging/pnpm-workspace.yaml
2026-07-14 00:12:51 -07:00

9 lines
328 B
YAML

packages:
- packages/*
# pnpm 11 enables a ~17h minimumReleaseAge supply-chain gate by default, which
# blocks `pnpm test`/`pnpm build` whenever vitest (or any dep) was published
# inside the cutoff. This project trusts its committed lockfile, so disable the
# freshness gate here rather than in .npmrc.
minimumReleaseAge: 0