Replies: 1 comment
-
Simple Express.js Deployment on VercelThis guide shows how to deploy an Express.js application on Vercel while using internal packages in a monorepo setup. SetupCreate these 4 files in your 1.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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