feat: add .gitignore entries, new run2 target, and rewrite __main__ with MIT license header

This commit is contained in:
2024-12-29 20:05:43 +00:00
parent 00e2232e40
commit b1c84e67c9
4 changed files with 214 additions and 248 deletions
+4 -1
View File
@@ -24,6 +24,9 @@ build:
$(PYTHON) -m build
run:
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="127.0.0.1" --upstream-port=9999
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=8082
run2:
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=9999