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

feature/vibrancy
Elian Doran 2024-12-09 23:32:39 +07:00
parent 35eee82da5
commit 018557bb57
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -64,7 +64,8 @@ const copy = async () => {
"node_modules/katex/dist/katex.min.js", "node_modules/katex/dist/katex.min.js",
"node_modules/katex/dist/contrib/mhchem.min.js", "node_modules/katex/dist/contrib/mhchem.min.js",
"node_modules/katex/dist/contrib/auto-render.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) { for (const file of nodeModulesFile) {