From 0d34ee9a24b5cac050f7ab2adc82761be3049a8c Mon Sep 17 00:00:00 2001 From: Henry Barreto Date: Thu, 19 Sep 2024 09:58:45 -0300 Subject: [PATCH] fix(agent,api,gateway,ssh): use air to watch pkg directory --- agent/.air.toml | 2 +- api/.air.toml | 2 +- gateway/.air.toml | 2 +- ssh/.air.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/.air.toml b/agent/.air.toml index 7fd4d2ed376..2c283231435 100644 --- a/agent/.air.toml +++ b/agent/.air.toml @@ -1,4 +1,4 @@ -root = "." +root = "../" tmp_dir = "tmp" [build] diff --git a/api/.air.toml b/api/.air.toml index 40132cd7eb4..7b81145a3dd 100644 --- a/api/.air.toml +++ b/api/.air.toml @@ -1,4 +1,4 @@ -root = "." +root = "../" tmp_dir = "tmp" [build] diff --git a/gateway/.air.toml b/gateway/.air.toml index d862777bfe6..c59fdac1dfc 100644 --- a/gateway/.air.toml +++ b/gateway/.air.toml @@ -1,4 +1,4 @@ -root = "." +root = "../" tmp_dir = "tmp" [build] diff --git a/ssh/.air.toml b/ssh/.air.toml index d862777bfe6..c59fdac1dfc 100644 --- a/ssh/.air.toml +++ b/ssh/.air.toml @@ -1,4 +1,4 @@ -root = "." +root = "../" tmp_dir = "tmp" [build]