mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 10:46:57 +02:00
Revert "fix(desktop): failing in prod due to tesseract"
This reverts commit 9e34fcb8a8.
This commit is contained in:
@@ -16,7 +16,7 @@ async function main() {
|
||||
build.copy("/packages/share-theme/src/templates", "share-theme/templates/");
|
||||
|
||||
// Copy node modules dependencies
|
||||
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "@electron/remote", "tesseract.js" ]);
|
||||
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "@electron/remote" ]);
|
||||
build.copy("/node_modules/ckeditor5/dist/ckeditor5-content.css", "ckeditor5-content.css");
|
||||
|
||||
build.buildFrontend();
|
||||
|
||||
Reference in New Issue
Block a user