all repos — website @ c0036498bba6cbe6e9a5815ca7687cc57129376e

My website

replace unreliable dev server with modd

Alan Pearce
commit

c0036498bba6cbe6e9a5815ca7687cc57129376e

parent

779bfc1e56eec9f70bba21aff3ea490856d90876

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A 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 +}