feat: update compress ticker

This commit is contained in:
yanghao05
2025-03-29 17:55:44 +08:00
parent 754f938e76
commit a48a3b6a1f
3 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
package main
import (
"quyun/app/service/commands"
"quyun/app/service/http"
"quyun/app/service/migrate"
@@ -27,6 +28,7 @@ func main() {
atom.Name("quyun"),
http.Command(),
migrate.Command(),
commands.Command(),
}
if err := atom.Serve(opts...); err != nil {