packaging with scripthaus-server and mshell binaries, separate dev/prod builds. emain to launch local server from package

This commit is contained in:
sawka
2022-11-01 21:18:40 -07:00
parent 56a91a9601
commit d9cd211149
12 changed files with 139 additions and 30 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ module.exports = {
},
target: "electron-main",
output: {
path: path.resolve(__dirname, "dist"),
filename: "[name]-dev.js"
path: path.resolve(__dirname, "dist-dev"),
filename: "[name].js"
},
externals: {
"fs": "require('fs')",