[backend] Add Debug (WASM) launchSettings profile

This commit is contained in:
Laura Hausmann 2024-04-01 15:59:34 +02:00
parent cad7a275e7
commit 7ae2aaa247
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -18,6 +18,17 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"Debug (WASM)": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"externalUrlConfiguration": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:3000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}