about summary refs log tree commit diff stats
path: root/modd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modd.conf')
-rw-r--r--modd.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/modd.conf b/modd.conf
index a76738f..1c46a59 100644
--- a/modd.conf
+++ b/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
 }