diff --git a/.air.toml b/.air.toml index fccd89b46c..71d7623dfb 100644 --- a/.air.toml +++ b/.air.toml @@ -4,6 +4,7 @@ tmp_dir = ".air" [build] cmd = "make backend" bin = "gitea" +delay = 1000 include_ext = ["go", "tmpl"] include_file = ["main.go"] include_dir = ["cmd", "models", "modules", "options", "routers", "services"]