From 08afb52339a9e3d9381095dee7038c8a8d32c54f Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Mon, 22 Jul 2024 13:58:35 +0400 Subject: [PATCH] 5000 > 5555 since mac 5000 is not available 5555 --- frontend/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/start.sh b/frontend/start.sh index 39cf128..49a5907 100755 --- a/frontend/start.sh +++ b/frontend/start.sh @@ -2,4 +2,4 @@ set -o errexit #force exit if 'yarn run build' fails yarn run build yarn global add serve -serve -s dist -l 5000 \ No newline at end of file +serve -s dist -l 5555 \ No newline at end of file