mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix(electron): mind map not working due to missing deps
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user