Using NodeRuntime.runMain with Node Filesystem/Path Services in Vercel Serverless Functions
When consuming the node filesystem/path services/layers, do you need to run the effect that consumes them with
NodeRuntime.runMain
NodeRuntime.runMain
?
I am trying to use these services/layers to read from the file system in a Vercel production environment serverless function and it cannot find the file I'm trying to read.