From c0036498bba6cbe6e9a5815ca7687cc57129376e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Jun 2024 12:16:36 +0200 Subject: replace unreliable dev server with modd --- modd.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modd.conf (limited to 'modd.conf') diff --git a/modd.conf b/modd.conf new file mode 100644 index 0000000..ab3e70e --- /dev/null +++ b/modd.conf @@ -0,0 +1,7 @@ +config.toml content/** static/** cmd/build/* internal/** { + prep: go run ./cmd/build --base-url http://localhost:3000 +} + +config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" { + daemon: go run ./cmd/server +} -- cgit 1.4.1