fix(edit-docs): get Electron to actually start

This commit is contained in:
Elian Doran
2025-05-01 17:22:26 +03:00
parent b72e7339c8
commit 385182cd97
5 changed files with 41 additions and 26 deletions

View File

@@ -35,6 +35,10 @@ module.exports = {
from: "../desktop/dist/assets",
to: join(outputDir, "assets")
},
{
from: "../desktop/dist/public",
to: join(outputDir, "public")
},
]
})
],