build: package production configs and use system protoc

This commit is contained in:
2026-08-09 18:40:36 +08:00
parent 4fe24d9770
commit 9f6f318bbb
113 changed files with 221 additions and 141 deletions

View File

@@ -19,7 +19,6 @@ import (
passport "bsm/full/module/base/passport/cmd/main"
sender "bsm/full/module/base/sender/cmd/main"
address "bsm/full/module/ec/address/cmd/main"
delivery "bsm/full/module/ec/delivery/cmd"
mall "bsm/full/module/ec/mall/cmd/main"
market "bsm/full/module/ec/market/cmd/main"
order "bsm/full/module/ec/order/cmd/main"
@@ -43,7 +42,6 @@ var components = []component{
{"passport", passport.Run},
{"sender", sender.Run},
{"address", address.Run},
{"delivery", delivery.Run},
{"mall", mall.Run},
{"market", market.Run},
{"order", order.Run},