feat(patches): add patch for tesseract.js

This commit is contained in:
PalmDevs
2024-06-22 22:05:47 +07:00
parent f2abae2350
commit c2a81c6258
3 changed files with 15 additions and 1 deletions

View File

@@ -41,5 +41,8 @@
"turbo": "^1.13.4",
"typescript": "^5.5.2"
},
"trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"]
"trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"],
"patchedDependencies": {
"tesseract.js@5.1.0": "patches/tesseract.js@5.1.0.patch"
}
}