fix(edit-docs): missing assets

This commit is contained in:
Elian Doran
2025-05-01 16:42:21 +03:00
parent 389bb79607
commit b72e7339c8
2 changed files with 4 additions and 1 deletions

View File

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