Hello team,
Is @mastra/editor available for public use?
I’m using it in my Next.js application, and while it works fine in development, I get an error during npm run build when preparing for deployment on Vercel that is adding this in my next.config.ts import type { NextConfig } from "next";
const nextConfig: NextConfig = {
serverExternalPackages: ["@mastra/*"],
};
export default nextConfig;
Attached is the error I get, thanks