mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
feat(nx/server): copy client into server
This commit is contained in:
parent
28ce71a203
commit
d2010872ac
@ -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…
x
Reference in New Issue
Block a user