Hi there!
Loving Mastra so far, but getting to deployment now and I'm a little confused.
So I'm deploying this with my next.js app, and I was wondering how workflow streaming would work. In the docs, it says to include workflow streaming with ai sdk as WorkflowRoute in mastra index.ts - does this mean that its a seperate server? If I want to integrate it into my nextjs app with workflow streaming, does that needs to be a route hosted in my nextjs app or does including the mastra package in the external dependencies and the WorkflowRoute in the index.ts cover that?
Please let me know!