diff options
-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}/**" { |