diff options
Diffstat (limited to 'modd.conf')
-rw-r--r-- | modd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modd.conf b/modd.conf new file mode 100644 index 0000000..ab3e70e --- /dev/null +++ b/modd.conf @@ -0,0 +1,7 @@ +config.toml content/** static/** cmd/build/* internal/** { + prep: go run ./cmd/build --base-url http://localhost:3000 +} + +config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" { + daemon: go run ./cmd/server +} |