From f705d9538f0b2b74dcaf1ed5a01d263302a771c4 Mon Sep 17 00:00:00 2001 From: Bagas Aulia Rezki Date: Thu, 31 Oct 2024 15:55:48 +0700 Subject: [PATCH] Use correct path for air --- .air.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.air.toml b/.air.toml index 4c9eee1..9c6e261 100644 --- a/.air.toml +++ b/.air.toml @@ -4,12 +4,12 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "tmp\\main.exe --log true" + bin = "tmp/main.exe --log true" cmd = "go build -o ./tmp/main.exe ." delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "uploads"] exclude_file = [] - exclude_regex = ["_test.go"] + exclude_regex = ["_test.go"]git exclude_unchanged = false follow_symlink = false full_bin = ""