From 5ee300ddc5543c03dc82f48b46be7caf7ef87b99 Mon Sep 17 00:00:00 2001 From: Natalia <93074346+natasyo@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:11:33 +0300 Subject: [PATCH 1/4] Update .env.local --- .env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local b/.env.local index 2552e8d..fdae2ab 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_API_URL=http://localhost:3000/api \ No newline at end of file +NEXT_PUBLIC_API_URL=https://eatly-three.vercel.app/api From 61ba82ceed6131d67f8ae5169d7daba2d4f6c7ea Mon Sep 17 00:00:00 2001 From: Natalia <93074346+natasyo@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:26:15 +0300 Subject: [PATCH 2/4] Update .env.local --- .env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local b/.env.local index fdae2ab..8ce567e 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_API_URL=https://eatly-three.vercel.app/api +NEXT_PUBLIC_API_URL=https://eatly-9u62s8zy0-natasyos-projects.vercel.app/api From 6ccc5d908f82d9fdb6604e4344a1542c85522565 Mon Sep 17 00:00:00 2001 From: Natalia <93074346+natasyo@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:31:36 +0300 Subject: [PATCH 3/4] Update .env.local --- .env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local b/.env.local index 8ce567e..ce4082a 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_API_URL=https://eatly-9u62s8zy0-natasyos-projects.vercel.app/api +NEXT_PUBLIC_API_URL=https://eatly-1lhezotjm-natasyos-projects.vercel.app/api From 30b8cf6cc1ea26ffca5b809fd40fee3d25c3f569 Mon Sep 17 00:00:00 2001 From: natasyo Date: Wed, 12 Mar 2025 20:28:05 +0300 Subject: [PATCH 4/4] Ignore WebStorm project files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e72b4d6..dc98a33 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.idea/ +.vscode/