We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a23bd commit d895960Copy full SHA for d895960
client/.env.production
@@ -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
@@ -54,6 +54,8 @@ const Home = () => {
54
const getValueByLabel = (label: string) =>
55
personalInfoData.find((info) => info.label === label)?.value || "0";
56
57
+ console.log("test");
58
+
59
return (
60
<LanguageProvider>
61
<PlatformWrapper>
0 commit comments