mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
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:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user