core: make account login upgrades safe while adding multi-account workspace auth (#15487)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dax 2026-03-10 12:53:47 -04:00 committed by GitHub
commit 613562f504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 4791 additions and 916 deletions

View file

@ -0,0 +1,4 @@
import { ManagedRuntime } from "effect"
import { AccountService } from "@/account/service"
export const runtime = ManagedRuntime.make(AccountService.defaultLayer)