7 lines
144 B
1
[build]
2
cmd = "go build -o .bin/knot ./cmd/knotserver/main.go"
3
bin = ".bin/knot"
4
root = "."
5
6
exclude_regex = [""]
7
include_ext = ["go", "templ"]
8