deploy: Vercel #9
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
I use a vercel.json
{ "public": true, "functions": { "api/**/*.[jt]s": { "runtime": "[email protected]" } } }
And the command
vercel --prod
gives me a 404 on the endpointThe text was updated successfully, but these errors were encountered: