返回 slidev
pnpm-workspace.yaml
根目录 / packages / create-app / template / pnpm-workspace.yaml
1 shamefullyHoist: true
2
3 # `playwright-chromium` is needed for `slidev export` (PDF/PNG/PPTX) and has a
4 # postinstall script that downloads the browser. pnpm v11 errors on unapproved
5 # build scripts by default (`strictDepBuilds: true`), so allowlist it up-front.
6 allowBuilds:
7 playwright-chromium: true
8
8 lines YAML