server: automatically build, re-build and reload in dev
1 file changed, 2 insertions(+), 6 deletions(-)
changed files
M modd.conf → modd.conf
@@ -1,7 +1,3 @@ -config.toml content/** static/** cmd/build/* internal/** { - prep: go run ./cmd/build --base-url http://localhost:3000 --dev -} - -config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" { - daemon: go run ./cmd/server +config.toml cmd/server/* "internal/**" { + daemon: go run ./cmd/server --dev }