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