Extract settings from database
This commit is contained in:
parent
aef5952c4d
commit
614e4a780a
20 changed files with 344 additions and 319 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { RelativePath } from "../database/document-metadata";
|
||||
import type { RelativePath } from "../persistence/database";
|
||||
|
||||
const locked = new Set<RelativePath>();
|
||||
const waiters = new Map<RelativePath, (() => void)[]>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue