I'm looking at the Go and Python runtimes. I'm trying to figure out how I can make it work in my local development environment? Any ideas on how to set it up?
I'm looking at the Go and Python runtimes. I'm trying to figure out how I can make it work in my local development environment? Any ideas on how to set it up?
Hi , you can run the Go and Python functions by keeping them in the api/ folder at the root of your project.
The https://github.com/vercel/examples/tree/main/python/nextjs-flask project can be a good starting point to see how to use Python and Next.js in the same repository.
I was able to figure this out using this command
vercel devbut omg, it's so slow when run locally! any ideas how to optimise it?

Hi , glad to know you got it working!
vercel dev relies on your internet connection and your location from the Vercel servers where the code runs.
yeah could be my database connection too. let me investigate further. thanks!