Multiple pages

This commit is contained in:
Eden Kirin
2024-01-21 01:18:56 +01:00
parent 1bfc72b44b
commit 42ac91ce64
13 changed files with 342 additions and 25 deletions

View File

@ -5,16 +5,16 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ./app/."
cmd = "templ generate; go build -o ./tmp/main ./app/."
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "build"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_regex = ["_test.go", "_templ.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_ext = ["go", "tpl", "tmpl", "html", "templ"]
kill_delay = "0s"
log = "build-errors.log"
send_interrupt = false