Fix: Broadened CORS for production debugging and wake up server

This commit is contained in:
2026-02-22 10:11:30 -05:00
parent cdd553d9cb
commit 1f59f87614
4 changed files with 300 additions and 193 deletions

View File

@ -110,7 +110,7 @@ body {
height: 100vh;
display: flex;
flex-direction: column;
padding-top: var(--safe-area-top);
padding-top: calc(v-bind("isSplashScreen || isAuthScreen ? '0px' : '64px'") + var(--safe-area-top));
}
/* Global Utilities */