Created
February 17, 2025 20:15
-
-
Save dontpaniclabsgists/45c8f426934ee675a6a3a75a7deb00cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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