From d09c6be6fde94932fe292a5b021b35913b4718e8 Mon Sep 17 00:00:00 2001 From: Eric Hammond Date: Sun, 8 Dec 2024 17:40:00 -0800 Subject: [PATCH] separate dev and prod ports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a97a3b1..38ab0a0 100644 --- a/Makefile +++ b/Makefile @@ -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