8 lines
172 B
TOML
8 lines
172 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
bin = "tmp/main"
|
|
cmd = "templ generate && go build -o tmp/main ."
|
|
include_ext = ["go", "templ", "html"]
|
|
exclude_regex = [".*_templ.go"]
|