Mastra Studio (local) with Hono server adapter and route prefix
CLI
We have a Hono API we plugged Mastra into with the server adapter. It all works fine, and going to the Cloud studio works when we set the url to ourapi.app/mastra.
We have our mastra routes on a 'mastra' prefix as opposed to the default. I can't figure out how to use studio locally with this params. I'm trying different combinations of the below but don't know how to tell it we have a prefix. I also don't seem to get the popup where it prompts to enter the server URL. It just loads the studio but can't find any of our data.
mastra studio --port 8080 --server-port 3000
mastra studio --port 8080 --server-port 3000
Not sure if I'm doing something wrong or if this isn't supported. I basically want the studio to use http://localhost:3000/mastra as the entry point.