feat: reload when config apply

This commit is contained in:
2026-07-20 09:38:40 +08:00
parent ad49c3d2cb
commit 9adc8777c2
4 changed files with 6 additions and 7 deletions

View File

@ -93,6 +93,7 @@ func newConfigCmd() *cobra.Command {
return err
}
m.CoreConfig.Apply()
m.Core.ReloadService()
return nil
},
},