Create build_and_run_web.bat
parent
56187771ae
commit
bfae0a25bc
@ -0,0 +1,7 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
call build_web_debug.bat %* || goto :EOF
|
||||||
|
START "" "http://localhost:8000"
|
||||||
|
pushd %~dp0%\build_web
|
||||||
|
python -m http.server
|
||||||
|
popd
|
Loading…
Reference in New Issue