mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(nx/server): copy client into server
This commit is contained in:
@@ -24,6 +24,10 @@ 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