tscircuit / cli

Command line interface for developing circuits with tscircuit
1 stars 8 forks source link

feat: Debug button for menu #117

Closed imrishabh18 closed 1 month ago

imrishabh18 commented 1 month ago

Closes - #96

Had to directly call the backend, cause the @tscircuit/log-soup is giving CORS error. I even tried adding the "Access-Control-Allow-Origin": "*" in @tscircuit/log-soup and tested in local. But still received the CORS error and the soup was not added to debug.tscircuit.com. So, going for this fix for a while