chore: rename project from boeh to metriki and update entry points and dependencies

This commit is contained in:
2025-01-02 16:21:56 +00:00
parent 05cba47325
commit 3c176c7e14
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