Changed file extensions + single issue view

This commit is contained in:
Simon Martens
2024-12-03 16:51:36 +01:00
parent 51afda5ff2
commit 71927afebd
21 changed files with 222 additions and 188 deletions

View File

@@ -14,7 +14,7 @@ tmp_dir = "tmp"
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_ext = ["go", "tpl", "tmpl", "html", "gohtml" ]
include_file = []
kill_delay = "0s"
log = "build-errors.log"
@@ -25,7 +25,7 @@ tmp_dir = "tmp"
rerun = false
rerun_delay = 500
send_interrupt = true
stop_on_error = false
stop_on_error = true
[color]
app = ""
@@ -39,7 +39,7 @@ tmp_dir = "tmp"
time = false
[misc]
clean_on_exit = false
clean_on_exit = true
[proxy]
app_port = 8080
@@ -47,5 +47,5 @@ tmp_dir = "tmp"
proxy_port = 8081
[screen]
clear_on_rebuild = false
clear_on_rebuild = true
keep_scroll = true