How to add files to nitro with vercel?

Hello, I have a project in Vercel serverless. Idk how to add some files as in vercel.json to my nuxt server. vercel.json has functions with link to some api but with nitro I don't have any links. So how can I add some files to vercel functions config?

Updating nuxt.config didn't work:
  nitro: {
    vercel: {
      functions: {
        includeFiles: 'emails',
      },
    },
  },
Was this page helpful?