As of now, we have to manually generate the requirements.txt that Vercel needs. Would be great to generate this at build time.
Things to check:
- Vercel doesn't have poetry installed by default. Are we allowed to install it, maybe in the
mod.ts?
- It seems that maybe the API endpoints and pip installations happen before our Vite build step. To be checked.
Thanks to the work in #6 for inspiring this issue.
As of now, we have to manually generate the
requirements.txtthat Vercel needs. Would be great to generate this at build time.Things to check:
mod.ts?Thanks to the work in #6 for inspiring this issue.