Skip to content

Commit 3eb3f50

Browse files
authored
fix: Fix typo in .air.toml (#36)
1 parent f643775 commit 3eb3f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tmp_dir = "tmp"
66
cmd = "make build"
77
delay = 1000
88
exclude_file = ["README.md"]
9-
exclude_regex = ["_templ.go", "_test.go", "*.db"]
9+
exclude_regex = ["_templ.go", "_test.go", ".db"]
1010
exclude_unchanged = false
1111
follow_symlink = false
1212
full_bin = ""

0 commit comments

Comments
 (0)