mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-04 10:35:46 +00:00
Use Python 3 for preview server
This commit is contained in:
parent
bbb4026804
commit
d108d099e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -45,7 +45,7 @@ clean_swift:
|
|||
|
||||
serve:
|
||||
@echo
|
||||
cd www && python -m SimpleHTTPServer
|
||||
cd www && python3 -m http.server
|
||||
|
||||
watch:
|
||||
bin/watch
|
||||
|
|
|
|||
Loading…
Reference in a new issue