You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following this tut: https://answer.apache.org/docs/development/ in order to set Answer on my local machine.
I want to remote debug it on the frontend side (Typescript) How to do that ?
I am launching the platform locally (localhost) using the following command from the source folder
go run cmd/answer/main.go run -C ./answer-data
The text was updated successfully, but these errors were encountered:
I am following this tut: https://answer.apache.org/docs/development/ in order to set Answer on my local machine.
I want to remote debug it on the frontend side (
Typescript
) How to do that ?I am launching the platform locally (
localhost
) using the following command from the source foldergo run cmd/answer/main.go run -C ./answer-data
The text was updated successfully, but these errors were encountered: