diff --git a/apps/desktop/webpack.config.js b/apps/desktop/webpack.config.js index 9e83dfcf6..d8517d4f1 100644 --- a/apps/desktop/webpack.config.js +++ b/apps/desktop/webpack.config.js @@ -32,6 +32,10 @@ module.exports = { { from: "node_modules/better-sqlite3/build/Release", to: join(outputDir, "Release") + }, + { + from: "../client/dist", + to: join(outputDir, "public") } ] })