Update.
Build Base Application / Build (push) Successful in 1m32s

This commit is contained in:
2024-12-06 20:30:14 +01:00
parent 7038a6fdb7
commit 6da032a396
6 changed files with 2 additions and 4 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ ensure_env: ensure_repo
install: ensure_env
$(PIP) install -e .
$(PIP) install git+https://molodetz.nl/retoor/zhurnal.git
format: ensure_env
$(PIP) install shed
@@ -27,7 +28,7 @@ build: ensure_env
serve: ensure_env
$(BIN)serve --host=0.0.0.0 --port=8888
run: ensure_env
run: ensure_env
$(BIN)zhurnal "make serve" "make bench"
bench: ensure_env