this repo has no description

misc: add .air.toml

Changed files
+9 -1
+8
.air.toml
··· 1 + [build] 2 + cmd = "go build -o bild ./cmd/legit/main.go" 3 + bin = "bild" 4 + root = "." 5 + 6 + exclude_regex = [".*_templ.go"] 7 + include_ext = ["go", "templ"] 8 + exclude_dir = ["target", "atrium"]
+1 -1
go.mod
··· 13 13 github.com/mattn/go-sqlite3 v1.14.24 14 14 github.com/microcosm-cc/bluemonday v1.0.27 15 15 github.com/russross/blackfriday/v2 v2.1.0 16 + golang.org/x/crypto v0.31.0 16 17 gopkg.in/yaml.v3 v3.0.1 17 18 ) 18 19 ··· 36 37 github.com/sergi/go-diff v1.3.1 // indirect 37 38 github.com/skeema/knownhosts v1.3.0 // indirect 38 39 github.com/xanzy/ssh-agent v0.3.3 // indirect 39 - golang.org/x/crypto v0.31.0 // indirect 40 40 golang.org/x/net v0.33.0 // indirect 41 41 golang.org/x/sys v0.28.0 // indirect 42 42 gopkg.in/warnings.v0 v0.1.2 // indirect