feat: complete cmpp gateway delivery recovery workflows

This commit is contained in:
hectorzhao
2026-07-08 16:30:06 +08:00
parent cc628d0214
commit 8144f08652
60 changed files with 8901 additions and 94 deletions
+1
View File
@@ -157,6 +157,7 @@ function Start-LocalRedis {
function Find-LocalMinio {
$candidates = @(
(Join-Path $root '.local-tools\minio.exe'),
'C:\cmpp-platform-local\minio.exe',
'C:\cmpp-platform-local\minio\minio.exe'
)