fix: Set whether to enable debug mode

This commit is contained in:
2024-12-19 15:44:12 +08:00
parent 2fa6e78626
commit a646b3cb4f
2 changed files with 8 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ func init() {
func main() {
mapp := mApp.NewMApp(config.MConfigInstance)
mapp.Run()
mapp.Run(true)
}