From deb092207884358dff0edc788cf263c33f119495 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Mon, 24 Mar 2025 21:13:56 +0700 Subject: [PATCH] fix: Update excluded directories in .air.toml configuration --- src/.air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.air.toml b/src/.air.toml index 5b2841a..9d157d7 100644 --- a/src/.air.toml +++ b/src/.air.toml @@ -2,4 +2,4 @@ root = '.' tmp_dir = "tmp" [build] -exclude_dir = ["statics", "views"] \ No newline at end of file +exclude_dir = ["statics", "storages"] \ No newline at end of file