Update frontend/src/pages/_app.tsx

This commit is contained in:
admin 2025-04-08 00:33:58 +00:00
parent fcfdc1325e
commit 52c838c101

View File

@ -36,7 +36,7 @@ function MyApp({ Component, pageProps }: AppPropsWithLayout) {
const getLayout = Component.getLayout || ((page) => page);
if (typeof window !== 'undefined') {
console.log(process.env.TINY_KEY)
console.log(process.env)
// Perform localStorage action
console.log(
'process.env.NEXT_PUBLIC_BACK_API',