Skip to content

Commit

Permalink
separate dev and prod ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ehammond committed Dec 9, 2024
1 parent b22c0cc commit d09c6be
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 @@ -60,4 +60,4 @@ build: out ## Build for production
.PHONY: start
start: out ## Start production server
@echo "$(GREEN)Starting production server...$(RESET)"
@NODE_ENV=production npx serve@latest out -l 3000
@NODE_ENV=production npx serve@latest out -l 3001

0 comments on commit d09c6be

Please sign in to comment.