Skip to content

Commit

Permalink
[browser][debugging] Removed trailing comma that results in a warning (
Browse files Browse the repository at this point in the history
#108583)

Co-authored-by: Larry Ewing <[email protected]>
  • Loading branch information
dlemstra and lewing authored Oct 8, 2024
1 parent 15a5923 commit 589f733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}

0 comments on commit 589f733

Please sign in to comment.