fix(dx/share): ckcontent for share theme not preserved

This commit is contained in:
Elian Doran
2025-09-03 21:09:56 +03:00
parent 53df7835d3
commit 534113b303
2 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ async function main() {
// Copy node modules dependencies
build.copyNodeModules([ "better-sqlite3", "bindings", "file-uri-to-path" ]);
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.
build.triggerBuildAndCopyTo("apps/client", "public/");