From 6dad00d41dcd5f53688390fbe988d95e6ace1152 Mon Sep 17 00:00:00 2001 From: Dominic Ferrando Date: Mon, 24 Aug 2026 10:48:29 -0400 Subject: [PATCH] Fix hot reload proxy address --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b90b47..1ac3774 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ live/templ: - templ generate --watch --proxy="http://localhost:8080" --cmd="go run ./web" --open-browser=false -v + templ generate --watch --proxy="http://localhost:7676" --cmd="go run ./web" --open-browser=false -v live/sync_assets: go run github.com/air-verse/air@latest \