Ajout fichier config de rider

This commit is contained in:
mathieu
2026-08-18 21:09:32 +02:00
parent bfbd90fabd
commit 2f1e854ea3
7 changed files with 48 additions and 4 deletions
@@ -4,7 +4,7 @@
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5102",
"environmentVariables": {
@@ -14,7 +14,7 @@
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7150;http://localhost:5102",
"environmentVariables": {