mkdir test-ping && cd test-ping
npm init -y
mkdir api
echo ‘export default function handler() { return new Response(“ok”); }’ > api/ping.js
npx vercel --prod
curl https://test-ping-sigma.vercel.app/api/ping
An error occurred with your deployment
FUNCTION_INVOCATION_TIMEOUT
gru1::k7gn4-1778033052567-ab141dcc63ad