Add patch for usesend so we can use up to date package!

This commit is contained in:
2026-03-27 02:22:11 -05:00
parent 8aa2d64f8b
commit 57ffbebfc8
4 changed files with 107 additions and 4 deletions

View File

@@ -48,7 +48,8 @@
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "bunx sherif@latest",
"postinstall": "bun lint:ws",
"patch:usesend": "node scripts/patch-usesend.mjs",
"postinstall": "bun patch:usesend && bun lint:ws",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add",
"android": "expo run:android",