mirror of
https://github.com/zadam/trilium.git
synced 2026-01-16 19:44:24 +01:00
chore(core): no-op sqlInit
This commit is contained in:
parent
f1e0d5558c
commit
4668fdc15c
5
packages/trilium-core/src/services/sql_init.ts
Normal file
5
packages/trilium-core/src/services/sql_init.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { deferred } from "@triliumnext/commons";
|
||||
|
||||
export const dbReady = deferred<void>();
|
||||
|
||||
dbReady.resolve();
|
||||
Loading…
x
Reference in New Issue
Block a user