I am using streamlit in conjunction with supabase and prisma to connect to a database which has been a great experience so far. However, prisma needs a command to be run to generate the types it needs, which is prisma generate dev. In deployment, this breaks my app.
Is it possible to run said command before launching the app?
Thanks
Unfortunately this isn’t possible with Streamlit Community Cloud, but I’d assume it’s possible with other platforms that aren’t necessarily geared towards deploying only Streamlit apps.