From 64f85a34cb00cb827642824f85de1ddb34f0d3b6 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sat, 17 Aug 2024 20:20:16 +0200 Subject: [PATCH] Added pdf directory to air config --- .air.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 8f9d6f6..6118030 100644 --- a/.air.toml +++ b/.air.toml @@ -9,10 +9,11 @@ args_bin = [ "-key tmp/key.gob", "-link https://distrikt-ni-st.de", "-log tmp/cpolis.log", + "-pdfs tmp/pdfs", "-pics tmp/pics", "-rss tmp/orientexpress_alle.rss", "-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'", - "-web web" + "-web web", ] bin = "./tmp/main" cmd = "go build -o ./tmp/main ./cmd/main.go"