Skip to content

Instantly share code, notes, and snippets.

@martin2844
Created August 17, 2025 21:09
Show Gist options
  • Save martin2844/955248e15b796be3c8f6b051030db921 to your computer and use it in GitHub Desktop.
Save martin2844/955248e15b796be3c8f6b051030db921 to your computer and use it in GitHub Desktop.
if (process.env.NEXT_RUNTIME === 'nodejs' && process.env.LOGGER_DISABLED !== 'true') {
import('./services/discordLogger')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment