It would be great to have the /api endpoints folder generate automatically during build. At the moment users must run a script to produce this folder and then commit it to their repository.
Like in #7, some issues include:
- Vercel will reject the build outright if not
/api directory or matching *.py endpoints are found in the repository.
- Even if you put a dummy file in that folder, and generate the rest during build, Vercel will not publish those functions.
It would be great to have the
/apiendpoints folder generate automatically during build. At the moment users must run a script to produce this folder and then commit it to their repository.Like in #7, some issues include:
/apidirectory or matching*.pyendpoints are found in the repository.