From ab5a866278bec429657b61bf0d0a370757b5e922 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Jun 2024 22:14:06 +0200 Subject: modd: run builder in development mode --- modd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modd.conf') 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}/**" { -- cgit 1.4.1