fix: pnpm dev did not work caused by tsx update (#638)

* fix: pnpm dev did not work caused by tsx update

* fix: format issues
This commit is contained in:
Meier Lukas
2024-06-08 21:28:28 +02:00
committed by GitHub
parent 38c32cbece
commit fb92c3e95c
5 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,8 @@
"packageRules": [
{
"matchPackagePatterns": [
"^@homarr/"
"^@homarr/",
"tsx" // Disabled for now as version 0.14.4 did not work with the current version of homarr. It resulted in a ERR_MODULE_NOT_FOUND error
],
"enabled": false
},