mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx/desktop): copy client
This commit is contained in:
parent
f602a9f8bc
commit
6aef6dfbd8
@ -32,6 +32,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
from: "node_modules/better-sqlite3/build/Release",
|
from: "node_modules/better-sqlite3/build/Release",
|
||||||
to: join(outputDir, "Release")
|
to: join(outputDir, "Release")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: "../client/dist",
|
||||||
|
to: join(outputDir, "public")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user