mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
* fix(web): build through turbo instead of rebuilding shared deps The app build re-ran the logos-ui build, whose `tsup --clean` wiped packages/ui/dist while logos-crm compiled against it in parallel. The deploy now runs the same turbo build as CI, so only the ui task writes that dist. `out/**` joins the build outputs since turbo owns the export now. * docs(web): build the app through turbo * fix(web): build on Vercel through turbo Vercel ran the app build directly, which no longer builds @acid-info/logos-ui and failed to resolve it. vercel.json pins the deploy to the same turbo command Jenkins runs.