feat: update jobs

This commit is contained in:
yanghao05
2025-04-22 20:01:50 +08:00
parent 163a7c11fe
commit 707cbbb639
21 changed files with 359 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ tmp_dir = "tmp"
args_bin = []
bin = "./tmp/main serve"
cmd = "go build -o ./tmp/main ."
delay = 1000
delay = 2000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
exclude_file = []
exclude_regex = ["_test.go"]