about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 0937667..00f13a1 100755
--- a/justfile
+++ b/justfile
@@ -22,7 +22,7 @@ build:
 	go run ./cmd/build
 
 dev:
-	systemfd -s http::3000 -- modd
+	modd
 
 deploy-vercel-preview: clean build
 	vercel pull --environment=preview