refactor: replace device auth flow with effect

This commit is contained in:
Max Koon
2025-11-17 17:17:54 -05:00
parent 9e11455db1
commit f17daa2c78
9 changed files with 617 additions and 190 deletions

View File

@@ -9,11 +9,14 @@
"react": "*"
},
"dependencies": {
"@effect/platform": "^0.93.2",
"@effect/platform-bun": "^0.83.0",
"@money/shared": "workspace:*",
"@money/ui": "workspace:*",
"@opentui/core": "^0.1.39",
"@opentui/react": "^0.1.39",
"@types/qrcode": "^1.5.6",
"effect": "^3.19.4",
"qrcode": "^1.5.4",
"react-native": "^0.82.1",
"react-native-opentui": "workspace:*"