feat: unwrap storage namespaces to flat exports + barrel (#22747)

This commit is contained in:
Kit Langton 2026-04-15 23:30:49 -04:00 committed by GitHub
commit f24207844f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 845 additions and 825 deletions

View file

@ -4,7 +4,7 @@ import z from "zod"
import { Bus } from "../../src/bus"
import { Instance } from "../../src/project/instance"
import { SyncEvent } from "../../src/sync"
import { Database } from "../../src/storage/db"
import { Database } from "../../src/storage"
import { EventTable } from "../../src/sync/event.sql"
import { Identifier } from "../../src/id/id"
import { Flag } from "../../src/flag/flag"