mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
fix(edit-docs): electron not being able to start
This commit is contained in:
parent
8d705f1712
commit
389bb79607
@ -18,6 +18,10 @@ module.exports = {
|
|||||||
outputHashing: 'none',
|
outputHashing: 'none',
|
||||||
generatePackageJson: true,
|
generatePackageJson: true,
|
||||||
externalDependencies: [
|
externalDependencies: [
|
||||||
|
"electron/main",
|
||||||
|
"@electron/remote/main",
|
||||||
|
"electron",
|
||||||
|
"@electron/remote",
|
||||||
"better-sqlite3"
|
"better-sqlite3"
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user