From 798f245b40f05effec4adf8fba5d2f8a234724d7 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 20 Apr 2023 13:05:07 +0200 Subject: [PATCH] air: run in devel mode [skip ci] --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 9a79b3d..efd7ea8 100644 --- a/.air.toml +++ b/.air.toml @@ -3,8 +3,8 @@ testdata_dir = "testdata" tmp_dir = "tmp" [build] - args_bin = [] bin = "./pcmt" + args_bin = ["-devel"] cmd = "go mod tidy && go build -v ." delay = 0 exclude_dir = ["assets", "tmp", "vendor", "testdata", "node_modules", "static"]