feat: caching headers
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user