Skip to content

Commit

Permalink
Updated port to 5050
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfranco17 committed May 13, 2023
1 parent bb33187 commit d751bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.ONESHELL:
ENV_PREFIX=$(shell python -c "if __import__('pathlib').Path('.venv/bin/pip').exists(): print('.venv/bin/')")
USING_POETRY=$(shell grep "tool.poetry" pyproject.toml && echo "yes")
PORT := 5500
PORT := 5050

.PHONY: help
help: ## Show the help.
Expand Down

0 comments on commit d751bec

Please sign in to comment.