Update frontend/src/pages/_app.tsx

This commit is contained in:
admin 2025-04-08 00:31:13 +00:00
parent 58d3e8942d
commit fcfdc1325e

View File

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