refactor: replace Filesystem util with AppFileSystem service (#20127)

This commit is contained in:
Kit Langton
2026-03-30 17:48:28 -04:00
committed by GitHub
parent 48e97b47af
commit e6f6f7aff1
8 changed files with 76 additions and 91 deletions

View File

@@ -1540,7 +1540,7 @@ export namespace Config {
export const defaultLayer = layer.pipe(
Layer.provide(AppFileSystem.defaultLayer),
Layer.provide(Auth.layer),
Layer.provide(Auth.defaultLayer),
Layer.provide(Account.defaultLayer),
)