Devlog #7: clean audits, fixed styling, faster boarding passes
This round was about tightening things up.
The dependency audit is finally clean with zero ignores. There are no more accepted-risk advisories in CI. Just real fixes: pinned overrides on esbuild and @hono/node-server, and moving shadcn out of production dependencies where it never belonged.
I also fixed a frustrating Vercel bug where deployed pages lost their stylesheet. It turns out existsSync doesn’t work the way you’d expect inside a serverless bundle. Now, the CSS href gets included at build time instead of being guessed at runtime.
Smaller wins: I swapped the landing page fonts to Space Grotesk, Inter, and JetBrains Mono (all self-hosted, no Google Fonts), fixed a boarding-pass demo bug where signed bit shifts were producing -6undefined seat numbers, and cleaned up lint/typecheck across the workspace.
Repo (⭐ appreciated): https://github.com/abdelkabirouadoukou/x
Website: https://thexjs.vercel.app/
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.