Files
dating-app-frontend/.pnpmfile.cjs
2026-06-08 15:09:53 +03:00

7 lines
132 B
JavaScript

// Allow build scripts for core build tools
function readPackage(pkg) {
return pkg
}
module.exports = { hooks: { readPackage } }