nandorojo / solito

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

How to deploy solito monorepo to vercel #451

Closed iyifr closed 11 months ago

iyifr commented 1 year 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 1 year ago

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

zvndev commented 12 months ago

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

nandorojo commented 12 months ago

You can just remove that comment then

nandorojo commented 11 months ago

Fix has been pushed