feat: unwrap storage namespaces to flat exports + barrel (#22747)
This commit is contained in:
parent
1ca257e356
commit
f24207844f
40 changed files with 845 additions and 825 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { rm } from "fs/promises"
|
||||
import { Instance } from "../../src/project/instance"
|
||||
import { Database } from "../../src/storage/db"
|
||||
import { Database } from "../../src/storage"
|
||||
|
||||
export async function resetDatabase() {
|
||||
await Instance.disposeAll().catch(() => undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue