From 1be67963c7d09d16a66f7d1cf6fe7cadfa786278 Mon Sep 17 00:00:00 2001 From: kzkzzzz Date: Thu, 9 Jun 2022 10:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .air.toml | 2 +- {configs => config}/config.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {configs => config}/config.yaml (100%) diff --git a/.air.toml b/.air.toml index 5e79c7e..915923c 100644 --- a/.air.toml +++ b/.air.toml @@ -3,7 +3,7 @@ testdata_dir = "testdata" tmp_dir = "bin" [build] -bin = "./bin/cmd -conf configs/config.yaml" +bin = "./bin/cmd -conf config/config.yaml" cmd = "go build -o bin/ ./..." delay = 200 exclude_dir = ["assets", "tmp", "vendor", "testdata", "bin"] diff --git a/configs/config.yaml b/config/config.yaml similarity index 100% rename from configs/config.yaml rename to config/config.yaml -- 2.22.0