From 018557bb57757d06e76868449495a77825e734a0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 9 Dec 2024 23:32:39 +0200 Subject: [PATCH] fix(electron): mind map not working due to missing deps --- bin/copy-dist.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 554061c5e..093a3a375 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -64,7 +64,8 @@ const copy = async () => { "node_modules/katex/dist/katex.min.js", "node_modules/katex/dist/contrib/mhchem.min.js", "node_modules/katex/dist/contrib/auto-render.min.js", - "node_modules/@highlightjs/cdn-assets/highlight.min.js" + "node_modules/@highlightjs/cdn-assets/highlight.min.js", + "node_modules/@mind-elixir/node-menu/dist/node-menu.umd.cjs", ]; for (const file of nodeModulesFile) {