Skip to content

Commit

Permalink
Configure air to watch internal dir
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
lucasrod16 committed Oct 3, 2024
1 parent 0e9b3c3 commit f1eb09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
cmd = "make build-dev"
bin = "./bin/api"
include_dir = ["ui", "pkg"]
include_dir = ["ui", "internal"]
exclude_dir = ["ui/node_modules", "ui/build"]
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "ts", "tsx"]

Expand Down

0 comments on commit f1eb09c

Please sign in to comment.