Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created February 17, 2025 20:15
Show Gist options
  • Save dontpaniclabsgists/45c8f426934ee675a6a3a75a7deb00cc to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/45c8f426934ee675a6a3a75a7deb00cc to your computer and use it in GitHub Desktop.
const target = env.ASPNETCORE_HTTPS_PORT ? `https://localhost:${env.ASPNETCORE_HTTPS_PORT}` :
env.ASPNETCORE_URLS ? env.ASPNETCORE_URLS.split(';')[0] : 'https://localhost:7185';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment