refactor: destroy Storage facades (#21956)

This commit is contained in:
Kit Langton
2026-04-10 21:21:02 -04:00
committed by GitHub
parent 40358d60a0
commit 5cd4c6eb22
5 changed files with 252 additions and 244 deletions

View File

@@ -13,6 +13,7 @@ import { Provider } from "../../src/provider/provider"
import { Session } from "../../src/session"
import type { SessionID } from "../../src/session/schema"
import { ShareNext } from "../../src/share/share-next"
import { Storage } from "../../src/storage/storage"
import { SessionShareTable } from "../../src/share/share.sql"
import { Database, eq } from "../../src/storage/db"
import { provideTmpdirInstance } from "../fixture/fixture"
@@ -55,7 +56,7 @@ function wired(client: HttpClient.HttpClient) {
return Layer.mergeAll(
Bus.layer,
ShareNext.layer,
Session.layer,
Session.defaultLayer,
AccountRepo.layer,
NodeFileSystem.layer,
CrossSpawnSpawner.defaultLayer,