feat: pretty-print-error to print errors in console (#1596)

Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
Meier Lukas
2024-12-05 17:24:23 +01:00
committed by GitHub
parent 86cd1017b9
commit 71f4f8c4c8
5 changed files with 39 additions and 1 deletions

View File

@@ -45,5 +45,10 @@
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=22.12.0"
},
"pnpm": {
"patchedDependencies": {
"pretty-print-error": "patches/pretty-print-error.patch"
}
}
}