How can I deploy Parse-server on Vercel?

I found it works( Parse-server 5.x) on vercel local, but When I try it on vercel production , it shows This Serverless Function has crashed.

@testdog utParse Server is not compatible with certain ‘non-standard’ serverless environments, where the app is packaged or compiled into a single file without ‘node_modules.’

Parse Server is capable of running in standard serverless environments, such as Google Cloud Run inside a Docker container or equivalent solutions on other providers like AWS Lambda container or Fargate.

I personally use Cloud Run with my custom Docker image; it’s cost-effective and performs well.