Skip to content

Commit eed8d4d

Browse files
committed
how to cancel the proxy
1 parent ad97e3c commit eed8d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-tools-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The project uses the SPA Proxy during debugging. See [Improved single-age app (S
353353

354354
![Debugging server-side ASP.NET Core code](./media/container-tools-react/vs-2022/debugging-aspnet-core.png)
355355

356-
1. If the container port changes, which can happen if you make a significant change, such as updating *launchSettings.json* or updating the debug launch profile in the IDE, you'll need to update the port in *setupProxy.js* and also restart the proxy. Terminate the current proxy (**Ctrl**+**C** in the command window), and then restart it using the same command `npm run start`.
356+
1. If the container port changes, which can happen if you make a significant change, such as updating *launchSettings.json* or updating the debug launch profile in the IDE, you'll need to update the port in *setupProxy.js* and also restart the proxy. Terminate the current proxy (**Ctrl**+**C** in the command window where it's running), and then restart it using the same command `npm run start`.
357357

358358
:::moniker-end
359359

0 commit comments

Comments
 (0)