demo 3.9.0

This commit is contained in:
gaoshuaixing
2023-12-04 17:43:18 +08:00
parent 1e8346cfbe
commit bbd85f1998
2 changed files with 6 additions and 6 deletions

View File

@@ -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'],
// },
},
/**

View File

@@ -123,7 +123,7 @@ module.exports = (appInfo) => {
*/
config.cross = {
go: {
enable: true,
enable: false,
name: 'goapp',
args: ['--port=7073'],
appExit: true,