mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-13 11:14:37 +08:00
demo 3.9.0
This commit is contained in:
@@ -23,11 +23,11 @@ module.exports = {
|
||||
args: ['.', '--env=local'],
|
||||
loadingPage: '/public/html/loading.html',
|
||||
},
|
||||
go: {
|
||||
directory: './go',
|
||||
cmd: 'go',
|
||||
args: ['run', './main.go', '--env=dev','--basedir=../', '--port=7073'],
|
||||
},
|
||||
// go: {
|
||||
// directory: './go',
|
||||
// cmd: 'go',
|
||||
// args: ['run', './main.go', '--env=dev','--basedir=../', '--port=7073'],
|
||||
// },
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
@@ -123,7 +123,7 @@ module.exports = (appInfo) => {
|
||||
*/
|
||||
config.cross = {
|
||||
go: {
|
||||
enable: true,
|
||||
enable: false,
|
||||
name: 'goapp',
|
||||
args: ['--port=7073'],
|
||||
appExit: true,
|
||||
|
||||
Reference in New Issue
Block a user