fix(electron): mind map not working due to missing deps

This commit is contained in:
Elian Doran
2024-12-09 23:32:39 +02:00
parent 35eee82da5
commit 018557bb57

View File

@@ -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) {