serverless function seems to be not invoking on vercel rather statuc assets are shown on dashboard
So my application is Node, Express, GraphQL and MongoDB and is written in TS.
I’m triggering the vercel deployment using a github action. The deployment seems to working fine but it is not getting the serverless function to run.
Entry point of my application is src/server.ts
and in the build it is dist/src/server.js