Update frontend/src/pages/_app.tsx
This commit is contained in:
parent
fcfdc1325e
commit
52c838c101
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user