You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for some guidance on deploying an Express.js app as part of a monorepo on Vercel using Turborepo. Despite trying various approaches, I haven’t had much success.
Here’s what I’ve tried so far:
Configured custom build commands to focus on building only the backend project for deployment.
Attempted to deploy the backend individually within the monorepo structure.
Unfortunately, neither approach has worked. While I understand there’s a lot of information available online, I couldn’t find any dedicated resources or documentation specific to this use case.
I’m sure many others have faced this challenge, and I’d appreciate any general guidance or best practices you could share to help me and others in the community.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Hello, everyone! 👋
I'm looking for some guidance on deploying an Express.js app as part of a monorepo on Vercel using Turborepo. Despite trying various approaches, I haven’t had much success.
Here’s what I’ve tried so far:
Configured custom build commands to focus on building only the backend project for deployment.
Attempted to deploy the backend individually within the monorepo structure.
Unfortunately, neither approach has worked. While I understand there’s a lot of information available online, I couldn’t find any dedicated resources or documentation specific to this use case.
I’m sure many others have faced this challenge, and I’d appreciate any general guidance or best practices you could share to help me and others in the community.
Thanks in advance! 🙏
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions