From 1edaeb5315643bb531b9d614650ca661e8b30005 Mon Sep 17 00:00:00 2001 From: Michal Szczepanski Date: Thu, 3 Aug 2023 23:36:05 +0200 Subject: [PATCH] fix: ensure localhost is ipv4 --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index d5842cb..6d05043 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ VERSION=1 -WEB_URL=http://localhost:5173 +WEB_URL=http://127.0.0.1:5173 IS_PRODUCTION=false OBJ_LIST_LIMIT=20 \ No newline at end of file