fixes and changes.
This commit is contained in:
parent
a1388e6e82
commit
f2f24c1d8f
25 changed files with 13 additions and 87 deletions
2
utils
2
utils
|
@ -44,7 +44,7 @@ function build {
|
|||
|
||||
function serve {
|
||||
cd build
|
||||
python -m http.server $1
|
||||
python3 -m http.server $1
|
||||
}
|
||||
|
||||
"$@"
|
||||
|
|
Reference in a new issue