From fcfdc1325e06d885ef3f348ba31e54af6031ef6a Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 8 Apr 2025 00:31:13 +0000 Subject: [PATCH] Update frontend/src/pages/_app.tsx --- frontend/src/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/_app.tsx b/frontend/src/pages/_app.tsx index 5b02675..5582d3c 100644 --- a/frontend/src/pages/_app.tsx +++ b/frontend/src/pages/_app.tsx @@ -36,6 +36,7 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) { const getLayout = Component.getLayout || ((page) => page); if (typeof window !== 'undefined') { + console.log(process.env.TINY_KEY) // Perform localStorage action console.log( 'process.env.NEXT_PUBLIC_BACK_API',