mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
packaging with scripthaus-server and mshell binaries, separate dev/prod builds. emain to launch local server from package
This commit is contained in:
+2
-2
@@ -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')",
|
||||
|
||||
Reference in New Issue
Block a user