diff --git a/pages/_app.tsx b/pages/_app.tsx index ad6b92c2..19ffff67 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -55,6 +55,7 @@ export default function MyApp({ Component, pageProps }: AppProps) { <> {isProd() && ( <> + {() => console.log('running in production')}