nothing much

This commit is contained in:
2025-06-03 20:10:46 +03:00
parent 5c053e78a7
commit 62af69055d
6 changed files with 30 additions and 20 deletions

View File

@@ -3,5 +3,5 @@
../gradlew :html:build
wait
if [[ -d ../release/webapp/ ]]; then
python3 -m http.server 8100 -d ../release/webapp/
python3 -m http.server 8000 -d ../release/webapp/
fi