Skip to content

Commit f7ed774

Browse files
henrybarretogustavosbarreto
authored andcommitted
chore(api): reload service only when files on api and openapi changes
1 parent 0dd21c9 commit f7ed774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude_file = []
2121
exclude_regex = ["_test.go"]
2222
exclude_unchanged = false
2323
follow_symlink = false
24-
include_dir = []
24+
include_dir = ["./api", "./openapi"]
2525
include_ext = ["go", "tpl", "tmpl", "html", "yaml", "yml", "json"]
2626
include_file = []
2727
kill_delay = "0s"

0 commit comments

Comments
 (0)