forked from semicognitive/sveltekit-modal
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request