fix startup bootstrap recovery and local verification
This commit is contained in:
@@ -150,6 +150,9 @@ func runMainServer() {
|
||||
log.Fatalf("Failed to initialize application: %v", err)
|
||||
}
|
||||
defer app.Cleanup()
|
||||
if err := app.Bootstrap(); err != nil {
|
||||
log.Fatalf("Failed to bootstrap application state: %v", err)
|
||||
}
|
||||
|
||||
// 启动服务器
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user