mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-24 05:39:21 -05:00
chore(nx): restructure dependencies
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
nodeLinker: isolated
|
||||
onlyBuiltDependencies:
|
||||
- better-sqlite3
|
||||
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user