I am deploying nuxt app on vercel. I added a secret to vercel environment following this guide - https://vercel.com/docs/environment-variables#secret-environment-variables
Locally I am using dotenv and it is working well, loading the variable from .env file into process.env.Token but process.env.Token is null when deployed on vercel.
How to solve this?