From af65180893210aff3412978a88735f3a0e08339a Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sun, 7 Apr 2024 11:36:34 +0200 Subject: [PATCH] Reflect new cli arg in .air.toml --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index cee7826..be76009 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "./tmp/main -key tmp/key.gob -log tmp/cpolis.log -pics tmp/pics -rss tmp/orientexpress_alle.rss -web web" + bin = "./tmp/main -domain localhost:8080 -key tmp/key.gob -log tmp/cpolis.log -pics tmp/pics -rss tmp/orientexpress_alle.rss -web web" cmd = "go build -o ./tmp/main ./cmd/main.go" delay = 0 exclude_dir = ["assets", "tmp", "vendor", "testdata"]