We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c765e commit 21a64d2Copy full SHA for 21a64d2
1 file changed
justfile
@@ -51,7 +51,7 @@ deploy:
51
52
# Run hakyll development server in watch mode.
53
dev:
54
- stack exec -- hakyll-site watch
+ stack exec -- hakyll-site watch --port 4566
55
56
# Build blog artifacts and static files.
57
build:
0 commit comments