deploy Granian to Vercel for a Flask/Quart project #242
-
Is there a way to use Granian when deploying a Flask/Quart project to Vercel? In my local server test it works flawlessly but I hit a wall trying to use Granian with Vercel.
resulted in a build error: In the builds - use I usually put @vercel/python for Flask/Quart projects and it works well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I never used Vercel, but isn't a serverless solution? |
Beta Was this translation helpful? Give feedback.
Hi an update here: we can actually use Granian as a server runner in Vercel. one of my webapps has been using Granian and it works well.
Just need to add devCommand in the vercel.json file for example:
Cheers!