Does the XDN have support for monorepo deployment?

I have a Next.js app with content on Sanity CMS. They both exist in a single repo. Is there a way for me to deploy both apps as a monorepo?

We are working on improving the experience for monorepos, but in the meantime, all you need to do is run xdn init in the root of your Next.js app. That should create the necessary configs and files to deploy your app to the XDN. Repeat for each app package in your monorepo.

1 Like