Added pdf directory to air config
This commit is contained in:
		@@ -9,10 +9,11 @@ args_bin = [
 | 
				
			|||||||
    "-key tmp/key.gob",
 | 
					    "-key tmp/key.gob",
 | 
				
			||||||
    "-link https://distrikt-ni-st.de",
 | 
					    "-link https://distrikt-ni-st.de",
 | 
				
			||||||
    "-log tmp/cpolis.log",
 | 
					    "-log tmp/cpolis.log",
 | 
				
			||||||
 | 
					    "-pdfs tmp/pdfs",
 | 
				
			||||||
    "-pics tmp/pics",
 | 
					    "-pics tmp/pics",
 | 
				
			||||||
    "-rss tmp/orientexpress_alle.rss",
 | 
					    "-rss tmp/orientexpress_alle.rss",
 | 
				
			||||||
    "-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'",
 | 
					    "-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'",
 | 
				
			||||||
    "-web web"
 | 
					    "-web web",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
bin = "./tmp/main"
 | 
					bin = "./tmp/main"
 | 
				
			||||||
cmd = "go build -o ./tmp/main ./cmd/main.go"
 | 
					cmd = "go build -o ./tmp/main ./cmd/main.go"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user