5 Commits
Author SHA1 Message Date
Jules 4a32420ddf fix(web): build through turbo instead of rebuilding shared deps
* 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.
2026-08-25 00:19:01 +09:00
jinhojang6 e319fdc696 feat: publish Logos packages to npm 2026-05-15 20:01:59 +09:00
jinhojang6 989acefdce feat: Update content descriptions and improve Press Engine integration for articles 2026-05-14 21:30:57 +09:00
jinhojang6 93909d521a feat: refactor metadata generation for pages to use createTranslatedPageMetadata and improve localization handling
feat: centralize book download links in a new constants file for easier management
feat: implement typed environment variable access for safer configuration
fix: enhance image loading in use-cases section with responsive sizes
docs: update deployment guide with security headers configuration for self-hosted setups
2026-05-07 10:51:37 +09:00
jinhojang6 594171050d feat: implement ContentNotFoundError for better error handling in loaders and update related components 2026-05-07 09:56:06 +09:00