You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
30ecae9: Rename server-only environment variables to drop NEXT_PUBLIC_ prefix (NEXT_PUBLIC_LOG_LEVEL → LOG_LEVEL, NEXT_PUBLIC_LOG_FORMAT → LOG_FORMAT, NEXT_PUBLIC_LOG_COLORS_ENABLED → LOG_COLORS_ENABLED, NEXT_PUBLIC_API_URL_INTERNAL → API_URL_INTERNAL) and use next-runtime-env for client-side access to NEXT_PUBLIC_API_URL.