From 83df78b748b02a07af2a1832d842fb8ada73e620 Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 19 Aug 2024 11:01:47 -0700 Subject: [PATCH] try adding dotenv to load env vars --- community/events.page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/community/events.page.tsx b/community/events.page.tsx index 51bbe83985..3c043e8d4a 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1,4 +1,5 @@ "use strict"; +require('dotenv').config() import { ApolloClient, InMemoryCache,