After deploying my code in vercel, its showing my code instead of data

64 Views Asked by At

i have a problem with deploying in vercel after deploying my code (writen in fethersjs and typescript) showing code instead of data enter image description here this is how.

My vercel.json conf

{
    "version": 2,
    "devCommand": "npm run dev"
}

I tried every thing but no results.

0

There are 0 best solutions below