mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
Revert "chore(monorepo): use hoisted pattern as it might help signing"
This reverts commit 762da51183.
This commit is contained in:
@@ -42,11 +42,11 @@ module.exports = {
|
||||
to: join(outputDir, "assets")
|
||||
},
|
||||
{
|
||||
from: "../../node_modules/@electron/remote",
|
||||
from: "node_modules/@electron/remote",
|
||||
to: join(outputDir, "node_modules/@electron/remote")
|
||||
},
|
||||
{
|
||||
from: "../../node_modules/prebuild-install",
|
||||
from: "node_modules/prebuild-install",
|
||||
to: join(outputDir, "node_modules/better-sqlite3/node_modules/prebuild-install")
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user