Skip to content

Commit c2f2c69

Browse files
[#83]: Serve root index.html for development, not built files
1 parent cc6df25 commit c2f2c69

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
@@ -11,7 +11,7 @@ spec:
1111
.PHONY: serve
1212
.ONESHELL: serve
1313
serve:
14-
python -m http.server --directory web 1234
14+
python -m http.server --directory . 1234
1515

1616
.PHONY: html-manifest
1717
.ONESHELL: html-manifest

0 commit comments

Comments
 (0)