From 8b0d0b4400367252305799f9023448ab84d914ff Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Fri, 4 Aug 2023 17:13:36 +0200 Subject: [PATCH] - fix development port --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index b3250fe..4797e4b 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ VITE_APP_NAME="Kamil Niemczycki CV" -VITE_CV_URL="http://localhost:5137" +VITE_CV_URL="http://localhost:5173" VITE_API_URL="http://localhost" VITE_SOURCE_CODE="https://github.com/kamilniemczycki/kamilcraft-cv"