diff options
author | Alan Pearce | 2024-06-05 22:14:06 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-05 22:14:06 +0200 |
commit | ab5a866278bec429657b61bf0d0a370757b5e922 (patch) | |
tree | 4f9858d586b215ce941d8c2db03be82b04753d29 | |
parent | c0036498bba6cbe6e9a5815ca7687cc57129376e (diff) | |
download | website-ab5a866278bec429657b61bf0d0a370757b5e922.tar.lz website-ab5a866278bec429657b61bf0d0a370757b5e922.tar.zst website-ab5a866278bec429657b61bf0d0a370757b5e922.zip |
modd: run builder in development mode
-rw-r--r-- | modd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modd.conf b/modd.conf index ab3e70e..a76738f 100644 --- a/modd.conf +++ b/modd.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}/**" { |