about summary refs log tree commit diff stats
path: root/modd.conf
diff options
context:
space:
mode:
authorAlan Pearce2024-06-19 21:17:19 +0200
committerAlan Pearce2024-06-19 21:17:19 +0200
commitcac323d9ae70f55a43fd99b73e60cf614be11797 (patch)
tree11e2cd2f5069106631d0048a71751e3ef2802e10 /modd.conf
parent28e4c215fe0590788ea36c50b7aa044d36bc90d8 (diff)
downloadsearchix-cac323d9ae70f55a43fd99b73e60cf614be11797.tar.lz
searchix-cac323d9ae70f55a43fd99b73e60cf614be11797.tar.zst
searchix-cac323d9ae70f55a43fd99b73e60cf614be11797.zip
build: use modd instead of watchexec
Diffstat (limited to 'modd.conf')
-rw-r--r--modd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modd.conf b/modd.conf
new file mode 100644
index 0000000..8fced57
--- /dev/null
+++ b/modd.conf
@@ -0,0 +1,3 @@
+**/*.go config.toml {
+  daemon: wgo run -exit ./cmd/searchix-web --live --config config.toml
+}