chore(nx): restructure dependencies

This commit is contained in:
Elian Doran
2025-04-26 22:40:34 +03:00
parent 81df2e7fa8
commit 251660e0cb
4 changed files with 19 additions and 16 deletions
-3
View File
@@ -1,3 +0,0 @@
nodeLinker: isolated
onlyBuiltDependencies:
- better-sqlite3
+1 -1
View File
@@ -36,7 +36,7 @@ function buildFilesToCopy() {
for (const nodePath of nodePaths) {
files.push({
from: join("..", "..", "node_modules", nodePath),
from: join("node_modules", nodePath),
to: join(outputDir, "node_modules", nodePath)
})
}