We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.html
1 parent cc6df25 commit c2f2c69Copy full SHA for c2f2c69
1 file changed
Makefile
@@ -11,7 +11,7 @@ spec:
11
.PHONY: serve
12
.ONESHELL: serve
13
serve:
14
- python -m http.server --directory web 1234
+ python -m http.server --directory . 1234
15
16
.PHONY: html-manifest
17
.ONESHELL: html-manifest
0 commit comments