From 0698994d323c0082f868b227a945d234e8ea24f4 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 26 Feb 2023 15:57:31 +0100 Subject: [PATCH] testy: zmockowane dane --- .env | 3 ++- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index a2cc2b4..3627015 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ -VITE_STACJOWNIK_API_URL=https://spythere.pl \ No newline at end of file +VITE_STACJOWNIK_API_URL=https://spythere.pl +VITE_USE_MOCK_DATA=0 \ No newline at end of file diff --git a/.gitignore b/.gitignore index c7e7faf..56849a2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ dist-ssr *.sw? .firebase + +mockData/ \ No newline at end of file