Summary
I am trying to use a dependency @mastra/core, which imports from "stream/web".
I am using vite node polyfills with "stream" in the include array. And yet it still fails with the error cannot read file, because the writable stream doesn't indeed exist in stream-browserify package
Any help would be appreciated