feat: enable changing port with env var

This commit is contained in:
2025-03-09 19:01:02 +11:00
parent 8bcb52c93a
commit 3fd5ed7839
+1 -1
View File
@@ -1,6 +1,6 @@
PYTHON := 3.12 PYTHON := 3.12
VENV_PATH := .venv VENV_PATH := .venv
PORT := 8501 PORT ?= 8501
.PHONY: venv .PHONY: venv