mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(nx/server): get images to work in dev mode
This commit is contained in:
@@ -24,11 +24,7 @@ module.exports = {
|
||||
{
|
||||
from: "node_modules/better-sqlite3/build/Release",
|
||||
to: join(outputDir, "Release")
|
||||
},
|
||||
{
|
||||
from: "../client/dist",
|
||||
to: join(outputDir, "app")
|
||||
}
|
||||
},
|
||||
]
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user