feat(nx/server): copy client into server

This commit is contained in:
Elian Doran 2025-04-24 11:55:21 +03:00
parent 28ce71a203
commit d2010872ac
No known key found for this signature in database

View File

@ -24,6 +24,10 @@ module.exports = {
{
from: "node_modules/better-sqlite3/build/Release",
to: join(outputDir, "Release")
},
{
from: "../client/dist",
to: join(outputDir, "app")
}
]
})