Fix the meshcore decoder override

This commit is contained in:
Jack Kingsman
2026-03-08 14:52:26 -07:00
parent 655066ed73
commit 5832fbd2c9
2 changed files with 6 additions and 1 deletions

View File

@@ -64,5 +64,10 @@
"typescript-eslint": "^8.19.0",
"vite": "^6.0.3",
"vitest": "^2.1.0"
},
"overrides": {
"meshcore-hashtag-cracker": {
"@michaelhart/meshcore-decoder": "file:./lib/meshcore-decoder"
}
}
}