chore: initialize project structure with empty repository and default files

This commit is contained in:
2025-01-02 16:21:56 +00:00
parent a4dc5cc6bf
commit 4d9543c9cf
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