Skip to content

Commit cfb9794

Browse files
vintaclaude
andcommitted
chore: bind preview server to localhost
python3 syntax also updated to python for compatibility. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a710bf4 commit cfb9794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.PHONY: preview
22

33
preview:
4-
cd website && python3 -m http.server 8000
4+
python -m http.server -b 127.0.0.1 -d website/ 8000

0 commit comments

Comments
 (0)