Skip to content

Commit

Permalink
build(makefile): add port env var to the makefile to run the project
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Nov 21, 2023
1 parent 7aee219 commit ee32c97
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
Expand Up @@ -4,7 +4,7 @@ BOOTSTRAP_VERSION=5.3.2
.PHONY: run
## run: Runs the air command.
run:
air -c .air.toml
MORPHOS_PORT=3000 air -c .air.toml

.PHONY: download-htmx
## download-htmx: Downloads HTMX minified js file
Expand Down

0 comments on commit ee32c97

Please sign in to comment.