Vercel ๆญฃๅผๆ”ฏๆŒ FastAPI ไธŽ Flask ่‡ชๅฎšไน‰ๆž„ๅปบๅ‘ฝไปค

Source: Vercel News

You can now can easily deploy FastAPI and Flask with custom Build Commands, expanding support for Python projects on Vercel.

In addition to defining a Build Command in the project Settings dashboard, you can also define a build script in[tool.vercel.scripts]inside your pyproject.toml.

This script will run after dependencies are installed, but before your application is deployed.

Learn more about the Build Command for Python projects.

Read more