replace unreliable dev server with modd
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 +}