Fix app count in domain index

This commit is contained in:
relikd
2020-10-02 10:27:13 +02:00
parent 1ce995ea58
commit 9d241dbed1
2 changed files with 3 additions and 4 deletions

View File

@@ -30,6 +30,5 @@ remote-build:
local:
src/main.py run '*'
server:
@cd out
@open http://127.0.0.1
python3 -m http.server 80
@cd out && python3 -m http.server 80