Files
dating-app-frontend/.pnpmfile.cjs
2026-06-08 13:23:20 +03:00

7 lines
134 B
JavaScript

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