Initial commit.

This commit is contained in:
2025-01-02 17:21:56 +01:00
parent 2a7c45664a
commit 52b483674c
7 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
BIN = ./.venv/bin/
PYTHON = ./.venv/bin/python
PIP = ./.venv/bin/pip
APP_NAME=boeh
APP_NAME=metriki
all: install build
@@ -24,5 +24,5 @@ build:
$(PYTHON) -m build
run:
$(BIN)$(APP_NAME) --port=3028
$(BIN)$(APP_NAME).serve --port=4000