diff --git a/.air.toml b/.air.toml index 1ff9a91..825bb25 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] bin = "./tmp/main" - cmd = "make specs build.air" + cmd = "make build.air" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "docs"] exclude_file = []