about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-13 17:08:33 +0200
committerAlan Pearce2024-06-13 17:08:33 +0200
commita1ddbf3fa6d1814ebca238d0c4ed54617253689f (patch)
tree376944e40581b5d8155ab4acf9a0011364041417 /justfile
parent66b66e6118dd43ccbd1e85e33d44a02de7a2b812 (diff)
downloadwebsite-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.tar.lz
website-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.tar.zst
website-a1ddbf3fa6d1814ebca238d0c4ed54617253689f.zip
server: listen on socket provided by system(f)d, if available
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 5e8df3d..304eb98 100755
--- a/justfile
+++ b/justfile
@@ -39,7 +39,7 @@ nix-build what:
 watch-server: (watch-flake "watchexec -r -i content -i templates go run ./cmd/server")
 
 dev:
-	modd
+	systemfd -s http::3000 modd
 
 docker-stream system=(arch() + "-linux"):
     @nix build --print-out-paths .#docker-stream-{{ system }} | sh