[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project
flo-bit.dev/tiny-docs/
1packages:
2 - "."
3
4# pnpm 11 gates dependency build scripts behind an explicit allow-list.
5# Without this, native deps' build scripts are skipped and pnpm exits with
6# ERR_PNPM_IGNORED_BUILDS in CI (e.g. inside withastro/action), which breaks
7# the Deploy Docs workflow. es5-ext's script is only a funding notice.
8allowBuilds:
9 esbuild: true
10 sharp: true
11 es5-ext: false