diff --git a/.air.toml b/.air.toml
index 296a90a..51ee068 100644
--- a/.air.toml
+++ b/.air.toml
@@ -13,7 +13,7 @@ tmp_dir = "tmp"
   exclude_unchanged = false
   follow_symlink = false
   full_bin = ""
-  include_dir = ["front/src"]
+  include_dir = ["front", "api", "cmd"]
   include_ext = ["go", "tpl", "tmpl", "html", "js", "svelte", "scss"]
   include_file = []
   kill_delay = "0s"