we now got websockets baby

This commit is contained in:
2026-01-26 00:29:57 +11:00
parent ce524702f0
commit a3dafa592b
23 changed files with 621 additions and 312 deletions

View File

@@ -3,7 +3,7 @@ testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
args_bin = ["--htmxlog"]
args_bin = ["--dev"]
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ./cmd/oslstats"
delay = 1000
@@ -14,7 +14,7 @@ tmp_dir = "tmp"
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "templ"]
include_ext = ["go", "templ", "js"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"