mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Removed the env
This commit is contained in:
parent
4d2e60b99f
commit
c7213f8d5a
2 changed files with 3 additions and 6 deletions
|
|
@ -26,6 +26,9 @@ export function App({ children }) {
|
|||
return null;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('process.env', process.env);
|
||||
|
||||
return (
|
||||
<>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue