all repos — homestead @ a6524cfaf56014289837cdc02150539fbf468348

Code for my website

modd: run builder in development mode

Alan Pearce
commit

a6524cfaf56014289837cdc02150539fbf468348

parent

dbdc306abc0ae2da8e8b13b2e3696a5fbef06e1e

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modd.confmodd.conf
@@ -1,5 +1,5 @@
config.toml content/** static/** cmd/build/* internal/** { - prep: go run ./cmd/build --base-url http://localhost:3000 + prep: go run ./cmd/build --base-url http://localhost:3000 --dev } config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" {