chore(nx/desktop): copy client

This commit is contained in:
Elian Doran 2025-04-24 15:04:39 +03:00
parent f602a9f8bc
commit 6aef6dfbd8
No known key found for this signature in database

View File

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