about summary refs log tree commit diff stats
path: root/modd.conf
diff options
context:
space:
mode:
authorAlan Pearce2024-07-01 22:15:06 +0200
committerAlan Pearce2024-07-01 22:15:06 +0200
commit94b21b286edff37496a2fe481963625ac01c30a1 (patch)
treebdfd7803dd4eb22da785331b8547ff9858e2b0e6 /modd.conf
parentf076b5bd6cb82edd99be50f3dbdd39bb9be2c44e (diff)
downloadsearchix-94b21b286edff37496a2fe481963625ac01c30a1.tar.lz
searchix-94b21b286edff37496a2fe481963625ac01c30a1.tar.zst
searchix-94b21b286edff37496a2fe481963625ac01c30a1.zip
feat: more structured logging
Diffstat (limited to 'modd.conf')
-rw-r--r--modd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modd.conf b/modd.conf
index ab01682..df76d41 100644
--- a/modd.conf
+++ b/modd.conf
@@ -1,4 +1,4 @@
 **/*.go !**/*_templ.go config.toml {
   daemon +sigint: templ generate --watch --proxy="http://localhost:3000" --open-browser=false \
-    --cmd="go run ./cmd/searchix-web --live --config config.toml"
+    --cmd="go run ./cmd/searchix-web --dev --config config.toml"
 }