mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 07:53:13 +08:00
feat(nx/server): copy client into server
This commit is contained in:
parent
28ce71a203
commit
d2010872ac
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ module.exports = {
|
|||
{
|
||||
from: "node_modules/better-sqlite3/build/Release",
|
||||
to: join(outputDir, "Release")
|
||||
},
|
||||
{
|
||||
from: "../client/dist",
|
||||
to: join(outputDir, "app")
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue