From ec4aac24abc35fcf192c13a3fc9b2b65875c3444 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 3 Aug 2021 15:20:32 -0600 Subject: got pow working on the subscribe endpoint --- static/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/default.nix') diff --git a/static/default.nix b/static/default.nix index 1a146b0..74bd3bf 100644 --- a/static/default.nix +++ b/static/default.nix @@ -37,7 +37,7 @@ in name = "mediocre-blog-static-dev"; buildInputs = all_inputs; shellHook = '' - exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0 + exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0 -P 4001 ''; }; -- cgit v1.2.3