feat(updater): overhaul cross-platform auto-update with user consent, blockmap diffs, skip version, and mobile update manager
Some checks failed
deploy-site-windows / deploy-win (push) Waiting to run
deploy-site / deploy (push) Failing after 19s

This commit is contained in:
Yun Chan 2026-08-20 22:17:14 +09:00
parent d4dc498448
commit 63b97c4761
5 changed files with 236 additions and 52 deletions

View file

@ -3,6 +3,6 @@
"compilerOptions": {
"types": ["jest"]
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
"include": ["src/**/*.ts", "src/**/*.tsx", "App.tsx", "index.js"],
"exclude": ["**/node_modules", "**/Pods", "__tests__"]
}