fix: Set whether to enable debug mode

This commit is contained in:
yv1ing
2024-12-19 15:44:12 +08:00
parent a068c22839
commit eee7943d2e
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)
}