fix(monorepo/server): dist not running due to gfm package

This commit is contained in:
Elian Doran
2025-04-18 19:26:43 +03:00
parent d688f7f0a0
commit 3df195aac1
10 changed files with 3 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
import TurndownService, { type Rule } from "turndown";
import { gfm } from "../../../../../packages/turndown-plugin-gfm/src/gfm.js";
import { gfm } from "@triliumnext/turndown-plugin-gfm";
let instance: TurndownService | null = null;