How to use static `files` with server functions?
I have a
This works with nuxt dev but when I deploy to vercel it can't find the file. Where should I put it? Is there something like
P.s. the file is readonly, I know vercel can't write anything since it's serverless. But I would still be able to read it.
/server/api/foo.js functions which does something like this:This works with nuxt dev but when I deploy to vercel it can't find the file. Where should I put it? Is there something like
~assets for back-end functions?P.s. the file is readonly, I know vercel can't write anything since it's serverless. But I would still be able to read it.
