Removed the env

This commit is contained in:
Abdul Megoon 2025-07-16 17:58:10 +05:30
parent 4d2e60b99f
commit c7213f8d5a
2 changed files with 3 additions and 6 deletions

View file

@ -26,6 +26,9 @@ export function App({ children }) {
return null;
}
// eslint-disable-next-line no-console
console.log('process.env', process.env);
return (
<>
{children}