mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix(monorepo/server): dist not running due to gfm package
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user