fix(server): restore @uiw/color-convert runtime dependency

The utils color fallback restore re-added the @uiw/color-convert import
to packages/utils but not to apps/server, whose bundle keeps the package
external. Production server startup failed with ERR_MODULE_NOT_FOUND,
breaking the E2E workflow on main. Re-add the dependency.

Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa
This commit is contained in:
Amruth Pillai
2026-07-04 22:40:19 +02:00
parent d5b177aa89
commit e15edafbff
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@
"@reactive-resume/utils": "workspace:*",
"@sindresorhus/slugify": "^3.0.0",
"@t3-oss/env-core": "^0.13.11",
"@uiw/color-convert": "^2.10.3",
"ai": "^7.0.15",
"bcrypt": "^6.0.0",
"better-auth": "1.6.23",