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

pull/1992/head
Elian Doran 2025-05-25 11:00:01 +07:00
parent f9b0df3056
commit 6bbf808cb4
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -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",