fix(desktop): @electron/remote missing in package

This commit is contained in:
Elian Doran 2025-05-25 11:00:01 +03:00
parent f9b0df3056
commit 6bbf808cb4
No known key found for this signature in database

View File

@ -75,6 +75,11 @@
"input": "apps/server/dist/node_modules",
"output": "node_modules"
},
{
"glob": "**/*",
"input": "apps/desktop/node_modules/@electron/remote",
"output": "node_modules/@electron/remote"
},
{
"glob": "**/*",
"input": "apps/server/dist/assets",