nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.47k stars 174 forks source link

How to deploy solito monorepo to vercel #451

Closed iyifr closed 9 months ago

iyifr commented 10 months ago

Solito no longer deploys to vercel with the turborepo set up image image Type Checking fails which should be a easy fix right , just turn off strict ts in next js Now I have done all of that on the solito project I've been working on image I keep getting errors for the output directory after building code image Even after setting the output directory in my project settings to apps/next/.next Still no luck

iyifr commented 10 months ago

image It builds correctly but can't get the output right

zvndev commented 10 months ago

Same exact issue here when deploying directly to vercel from the Solito docs: https://solito.dev/expo-router

nandorojo commented 10 months ago

You can just remove that comment then

nandorojo commented 9 months ago

Fix has been pushed