go static

This commit is contained in:
gaoshuaixing
2023-11-15 14:32:33 +08:00
parent 30bda1a5ae
commit a39d5b318e
2 changed files with 5 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ module.exports = {
go_package: {
dist: './package.json',
target: './go/public/package.json'
},
go_images: {
dist: './public/images',
target: './go/public/images'
}
},

View File

@@ -13,7 +13,7 @@
"build-go-m": "ee-bin exec --command=go_build_m",
"build-go-l": "ee-bin exec --command=go_build_l",
"start": "ee-bin start",
"move": "ee-bin move --flag=go_static,go_config,go_package",
"move": "ee-bin move --flag=go_static,go_config,go_package,go_images",
"rd": "ee-bin move --flag=frontend_dist",
"encrypt": "ee-bin encrypt",
"clean": "ee-bin clean",