This commit is contained in:
Oscar
2026-06-08 13:23:20 +03:00
commit 637dddf656
160 changed files with 56097 additions and 0 deletions

6
.pnpmfile.cjs Normal file
View File

@@ -0,0 +1,6 @@
// Allow build scripts for core build tools
function readPackage(pkg) {
return pkg;
}
module.exports = { hooks: { readPackage } };