feat(nx/server): copy client into server

pull/1773/head
Elian Doran 2025-04-24 11:55:21 +07:00
parent 28ce71a203
commit d2010872ac
No known key found for this signature in database
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")
}
]
})