Create multiple Pages projects with a monorepo
# pages-help
f
I'm using a pnpm monorepo and it feels impossible to deploy multiple apps/projects from the same repo. Is there a way around it? For some context, I'd like to deploy a Sanity Studio app and my website which is based on SvelteKit. This is something possible with Vercel but I can't figure it out yet on CF Pages 😬

https://cdn.discordapp.com/attachments/1109542071599124581/1109542071804629032/CleanShot_2023-05-20_at_20.03.262x.jpgâ–¾

c
Pages doesn’t support monorepos yet. You’d have to use GitHub actions to deploy it to Pages
f
Ok, thanks. Do you know if this will be supported soon?