1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-03 03:57:01 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-06-12 10:13:39 +08:00
parent 2e0f074e20
commit 7d6b3a8763

View File

@ -17,6 +17,9 @@ import (
)
func _binpack_file(m *ice.Message, w io.Writer, arg ...string) {
if kit.Contains(arg[0], "/node_modules/", "/dist/", "/bin/", "/log/") {
return
}
if strings.HasPrefix(arg[0], "usr/volcanos/publish/") && !strings.HasSuffix(arg[0], "/proto.js") {
return
}