chore: fix dockerfile and package to support patches
parent
f87d47ca
No related branches found
No related tags found
... | ... | @@ -37,5 +37,11 @@ |
"husky": "9.0.11", | ||
"lint-staged": "15.2.2", | ||
"prettier": "3.2.5" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@credo-ts/indy-vdr@0.5.0-alpha.138": "patches/@credo-ts__indy-vdr@0.5.0-alpha.138.patch", | ||
"@credo-ts/anoncreds@0.5.0-alpha.138": "patches/@credo-ts__anoncreds@0.5.0-alpha.138.patch" | ||
} | ||
} | ||
} |
Please register or sign in to comment