chore(dx/ci): remove most references to NX, apart from unit test

This commit is contained in:
Elian Doran
2025-09-02 16:40:52 +03:00
parent ce0fd3cec2
commit e18a8556c1
7 changed files with 8 additions and 41 deletions

View File

@@ -11,7 +11,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/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js", "xhr-sync-worker.js");
// Integrate the client.
build.triggerBuildAndCopyTo("apps/client", "public/");