mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
server-esm: Fix missing becca
This commit is contained in:
parent
1cd6670c55
commit
a10cc7bf8b
@ -10,8 +10,7 @@ import log from "../../services/log.js";
|
||||
import protectedSessionService from "../../services/protected_session.js";
|
||||
import blobService from "../../services/blob.js";
|
||||
import Becca, { ConstructorData } from '../becca-interface';
|
||||
|
||||
let becca: Becca;
|
||||
import becca from "../becca.js";
|
||||
|
||||
interface ContentOpts {
|
||||
forceSave?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user