Skip to content

Commit d895960

Browse files
committed
test commit
1 parent 67a23bd commit d895960

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

client/.env.production

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
VITE_REACT_APP_CLIENT_ID="65614eb9fcmsh19ac684ee233935p1c6e6ajsn0a1336f247ef"
2+
VITE_REACT_APP_MEALS_API_ID="1ef773de"
3+
VITE_REACT_APP_MEALS_API_KEY="8a2536be3278e9bb52bbb9d286309ac8"
4+
VITE_REACT_APP_GEOCODING_API_KEY="66015b1c3001c607111571raz13b09f"
5+
VITE_REACT_APP_API_URL="https://gymero.live"
6+
# VITE_REACT_APP_API_URL="http://localhost:8081"

client/src/pages/Home/Home.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const Home = () => {
5454
const getValueByLabel = (label: string) =>
5555
personalInfoData.find((info) => info.label === label)?.value || "0";
5656

57+
console.log("test");
58+
5759
return (
5860
<LanguageProvider>
5961
<PlatformWrapper>

0 commit comments

Comments
 (0)