File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ def create(appdir: str) -> None:
361361
362362After writing the output files, you can serve them locally with the following command:
363363
364- python3 -m http.server --directory DESTDIR 8000
364+ python3 -m http.server --directory DESTDIR 8008
365365"""
366366)
367367@click .argument ("appdir" , type = str )
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ def verbose_print(*args: object) -> None:
167167 print (":" , app_json_output_file .stat ().st_size , "bytes" )
168168
169169 print (
170- f"\n Run the following to serve the app:\n python3 -m http.server --directory { destdir } 8000 "
170+ f"\n Run the following to serve the app:\n python3 -m http.server --directory { destdir } 8008 "
171171 )
172172
173173
You can’t perform that action at this time.
0 commit comments