shuashuai commented on issue #1241:
URL: https://github.com/apache/answer/issues/1241#issuecomment-2639212534
I didn't understand what you want, If you just want to debug the front-end
content in vscode you can do this
1. `shilft+commd+D`, click to create a launch.json

choose Web application (chrome)

Modify the port number 3000

2. run `cd ./ui` `pnpm start` start development
3. Add breakpoints where you need to debug, press F5 or click the debug icon
to start debugging.

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]