From b6967abd0890fc55377b8b67ca1b7d025effa31a Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 8 Aug 2023 20:52:37 +0800 Subject: [PATCH] chore: update air config --- scripts/.air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.air.toml b/scripts/.air.toml index 1e8761f..0f3f5fe 100644 --- a/scripts/.air.toml +++ b/scripts/.air.toml @@ -5,7 +5,7 @@ tmp_dir = ".air" bin = "./.air/slash --mode dev" cmd = "go build -o ./.air/slash ./cmd/slash/main.go" delay = 1000 - exclude_dir = [".air", "web", "build"] + exclude_dir = [".air", "web", "extension", "build"] exclude_file = [] exclude_regex = [] exclude_unchanged = false