feat: caching headers

This commit is contained in:
2026-03-02 22:37:48 +01:00
parent 19fb5b9292
commit e689ab08c9
19 changed files with 292 additions and 55 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ tmp_dir = "tmp"
exclude_regex = ["_test.go", "_templ.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
full_bin = "dlv exec ./tmp/main --listen=127.0.0.1:2345 --headless=true --api-version=2 --accept-multiclient --continue --log --"
include_dir = []
include_ext = ["go", "tpl", "tmpl", "templ", "html", "css"]
kill_delay = "0s"
@@ -20,7 +20,6 @@ tmp_dir = "tmp"
poll = false
poll_interval = 0
rerun = false
rerun_delay = 500
send_interrupt = false
stop_on_error = true
@@ -28,6 +27,7 @@ tmp_dir = "tmp"
enabled = true
proxy_port = 8888
app_port = 8080
app_start_timeout = 50000000
[color]
app = ""