From 3d3f55a931f7df30ed9bbbed2429566031b2b4d0 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 14 Jul 2023 20:42:00 +0800 Subject: [PATCH] chore: update air script --- scripts/.air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]