From 1d247493e05cdc659e46cd3d8a01d5da1e893867 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2024 16:46:22 +0200 Subject: switch to templ for rendering HTML templates --- modd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modd.conf') diff --git a/modd.conf b/modd.conf index 1c46a59..072956c 100644 --- a/modd.conf +++ b/modd.conf @@ -1,3 +1,3 @@ -config.toml cmd/server/* "internal/**" { - daemon: go run ./cmd/server --dev +config.toml { + daemon: templ generate --watch --proxy "http://localhost:3000" --cmd "go run ./cmd/server --dev" --open-browser=false } -- cgit 1.4.1