mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-16 02:32:56 +00:00
* use `setup(ctx, c.Bool("debug"))` like all other callers
* `setting.RunMode = "dev"` is a no-op.
* `if _, err := os.Stat(setting.RepoRootPath); err != nil` could be
simplified