-
|
Hi, I have a monorepo setup (https://github.com/sachaw/scrobble-moe) in |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Hello @sachaw, thanks for raising this! Rather than excluding files or directories, we recommend using a directory outside of |
Beta Was this translation helpful? Give feedback.
-
|
we are having the same issue using a monorepo with strapi and trying to build and deploy the admin dashboard separately as vercel project .. |
Beta Was this translation helpful? Give feedback.
-
|
For anyone wondering check out: https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore |
Beta Was this translation helpful? Give feedback.
-
|
On my Node.js, typescript API working on a legacy Express.js app (not sure if applicable to other runtimes), I ended doing the following:
(You could also just move or copy the files from
|
Beta Was this translation helpful? Give feedback.
Hello @sachaw, thanks for raising this!
Rather than excluding files or directories, we recommend using a directory outside of
/apifor any files that should not be created as Serverless Functions.