fix: repo sync error

This commit is contained in:
engigu
2026-03-19 16:08:02 +08:00
parent 9c5da93a27
commit 05104415ce
12 changed files with 675 additions and 229 deletions
+1
View File
@@ -52,6 +52,7 @@ func main() {
}
if handler, ok := cmd.Handlers[commandName]; ok {
bootstrap.InitBasic() // 启动基础环境(配置和数据库)
handler(os.Args[2:])
return
}