diff --git a/{{project_name}}/justfile b/{{project_name}}/justfile index 38d06ae..d30d49d 100644 --- a/{{project_name}}/justfile +++ b/{{project_name}}/justfile @@ -3,6 +3,6 @@ _: # serve docsify page serve: - python -m SimpleHTTPServer 9999 + python3 -m http.server 9999