Enable CodeSpaces PortForwarding Config as SMTP4Dev did not auto appear in new prebuilds

This commit is contained in:
Warren Buckley
2022-11-15 08:43:21 +00:00
parent 35355ce828
commit 5d3b2e2e8a

View File

@@ -37,6 +37,18 @@
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
"updateContentCommand": "dotnet build umbraco.sln",
"portsAttributes": {
"9000": {
"label": "Umbraco HTTP",
"protocol": "http",
"onAutoForward": "notify"
},
"44331": {
"label": "Umbraco HTTPS",
"protocol": "https",
"onAutoForward": "notify"
}
}
// [Optional] To reuse of your local HTTPS dev cert:
//