chore(edit-docs): switch to esbuild

This commit is contained in:
Elian Doran
2025-05-25 11:47:03 +03:00
parent d70140c180
commit be8749d84e
5 changed files with 80 additions and 64 deletions

View File

@@ -15,6 +15,7 @@ import { parseNoteMetaFile } from "@triliumnext/server/src/services/in_app_help.
import { resolve } from "path";
import electron from "electron";
import { onReady } from "@triliumnext/desktop/src/electron-main.js";
import type NoteMeta from "@triliumnext/server/src/services/meta/note_meta.js";
interface NoteMapping {
rootNoteId: string;

View File

@@ -40,4 +40,4 @@ async function exportData() {
await exportToZipFile("root", "html", DEMO_ZIP_PATH);
}
await main();
main();