mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
28 lines
665 B
YAML
28 lines
665 B
YAML
# auto-confirm node_modules purge when pnpm detects an incompatible modules
|
|
# directory (e.g. after a store location or pnpm major version change),
|
|
# preventing the interactive prompt from blocking bootstrap
|
|
confirmModulesPurge: false
|
|
|
|
allowBuilds:
|
|
esbuild: true
|
|
sharp: false
|
|
|
|
linkWorkspacePackages: true
|
|
|
|
minimumReleaseAgeExclude:
|
|
- qs@6.14.2 || 6.15.2
|
|
- path-to-regexp@8.4.0
|
|
- body-parser@2.3.0
|
|
- '@hono/node-server@2.0.5'
|
|
- fast-uri@3.1.3 || 3.1.4 || 3.1.5
|
|
- ip-address@10.2.1 || 10.2.2 || 10.3.1
|
|
- hono@4.12.34
|
|
|
|
packages:
|
|
- "./packages/common"
|
|
- "./packages/server"
|
|
- "./packages/plugin"
|
|
|
|
overrides:
|
|
'@hono/node-server@<2.0.5': ^2.0.5
|