working commit

This commit is contained in:
2026-06-10 17:44:45 +02:00
parent a53197e432
commit 2c8c20b12b
9 changed files with 9 additions and 84 deletions
+2 -2
View File
@@ -25,13 +25,13 @@ import (
"os"
"mbase/app/logger"
"mbase/cmd/mbased/starter"
"mbase/app/starter"
_ "mbase/app/handler"
)
func main() {
log := logger.NewLoggerWithSubject("main")
log := logger.NewLogger("main")
sta := starter.NewStarter()
err := sta.Exec()
if err != nil {