Moved env checks to server pages.

This commit is contained in:
Mike Cao 2025-07-24 23:05:51 -07:00
parent 5b6292dd11
commit 784677e180
7 changed files with 18 additions and 18 deletions

View file

@ -22,10 +22,6 @@ export function App({ children }) {
return null;
}
if (config.uiDisabled) {
return null;
}
return (
<>
{children}