fix(package.json): Add pnpm overrides configuration for peek-readable package

This commit is contained in:
2025-01-29 13:43:23 +01:00
parent ee2b01e799
commit c09f82083d
4 changed files with 50 additions and 118 deletions

View File

@ -71,5 +71,10 @@
"live reloading",
"node.js",
"development server"
]
],
"pnpm": {
"overrides": {
"peek-readable": "5.3.1"
}
}
}