chore: rename app from boeh to rwebgui and update default port to 3080

This commit is contained in:
2024-12-29 15:51:03 +00:00
parent 6de87ce051
commit 2b3d75ffbb
5 changed files with 144 additions and 133 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=rwebgui
all: install build
@@ -24,5 +24,5 @@ build:
$(PYTHON) -m build
run:
$(BIN)$(APP_NAME) --port=3028
$(BIN)$(APP_NAME).serve --port=3080