diff --git a/scripts/.air.toml b/scripts/.air.toml index f3b3cbe..1e8761f 100644 --- a/scripts/.air.toml +++ b/scripts/.air.toml @@ -2,7 +2,7 @@ root = "." tmp_dir = ".air" [build] - bin = "./.air/slash" + bin = "./.air/slash --mode dev" cmd = "go build -o ./.air/slash ./cmd/slash/main.go" delay = 1000 exclude_dir = [".air", "web", "build"]