'How to deploy Express app with Vue Frontend in Vercel?

I built the Vue app into a folder named dist.

I have backend APIs which are written in Node Express.

When I deploy it on Vercel, I'm getting 404 errors.

Here is my app structure & Vercel settings.

I'm new to Vercel, any help would be appreciated.

App Structure enter image description here

package.json enter image description here

vercel.json enter image description here

Vercel Settings enter image description here

Vercel Error: enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source