Skip to content

Commit

Permalink
fix(agent,api,gateway,ssh): use air to watch pkg directory
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Sep 19, 2024
1 parent b3c26eb commit 0d34ee9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/.air.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = "."
root = "../"
tmp_dir = "tmp"

[build]
Expand Down
2 changes: 1 addition & 1 deletion api/.air.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = "."
root = "../"
tmp_dir = "tmp"

[build]
Expand Down
2 changes: 1 addition & 1 deletion gateway/.air.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = "."
root = "../"
tmp_dir = "tmp"

[build]
Expand Down
2 changes: 1 addition & 1 deletion ssh/.air.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
root = "."
root = "../"
tmp_dir = "tmp"

[build]
Expand Down

0 comments on commit 0d34ee9

Please sign in to comment.