about summary refs log tree commit diff stats
path: root/modd.conf
diff options
context:
space:
mode:
authorAlan Pearce2024-06-18 16:46:22 +0200
committerAlan Pearce2024-06-18 16:46:22 +0200
commit1d247493e05cdc659e46cd3d8a01d5da1e893867 (patch)
tree221e9ee2f5e3f171dfd937f04fae7ad6a33588d8 /modd.conf
parenta238c7e0889cbe7dfaa1a700dea30686a4e2139a (diff)
downloadwebsite-1d247493e05cdc659e46cd3d8a01d5da1e893867.tar.lz
website-1d247493e05cdc659e46cd3d8a01d5da1e893867.tar.zst
website-1d247493e05cdc659e46cd3d8a01d5da1e893867.zip
switch to templ for rendering HTML templates
Diffstat (limited to 'modd.conf')
-rw-r--r--modd.conf4
1 files changed, 2 insertions, 2 deletions
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
 }