fix(desktop): export failing due to missing ckeditor5-content

This commit is contained in:
Elian Doran 2025-09-16 16:13:17 +03:00
parent d8402755ee
commit e12df98d12
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ async function main() {
// Copy node modules dependencies // Copy node modules dependencies
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "@electron/remote" ]); build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path", "@electron/remote" ]);
build.copy("/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js", "xhr-sync-worker.js"); build.copy("/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js", "xhr-sync-worker.js");
build.copy("/node_modules/ckeditor5/dist/ckeditor5-content.css", "ckeditor5-content.css");
// Integrate the client. // Integrate the client.
build.triggerBuildAndCopyTo("apps/client", "public/"); build.triggerBuildAndCopyTo("apps/client", "public/");