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
We have a monorepo structure that is not supported by Vercel yet (I am aware of the progress being made on vercel/vercel#3547). Is it possible to build lambdas locally and then just publish the result to Vercel? That would be a good workaround in the meantime but I'm not sure how to do it.
In other words, after I run next build, then how to publish the result to Vercel?
Note: it's not a static project that could be next export-ed.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a monorepo structure that is not supported by Vercel yet (I am aware of the progress being made on vercel/vercel#3547). Is it possible to build lambdas locally and then just publish the result to Vercel? That would be a good workaround in the meantime but I'm not sure how to do it.
In other words, after I run
next build
, then how to publish the result to Vercel?Note: it's not a static project that could be
next export
-ed.Beta Was this translation helpful? Give feedback.
All reactions