fix(news-ingester): drop unused @mana/shared-hono workspace dep

Was copied verbatim from mana-credits' template but not actually
imported anywhere in src/. Removing it lets the Docker build's bun
install resolve from npm only — workspace:* refs need the full
monorepo context which the Dockerfile doesn't copy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-09 16:11:58 +02:00
parent c9e16243c8
commit 68d1bda7e5

View file

@ -11,7 +11,6 @@
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@mana/shared-hono": "workspace:*",
"@mozilla/readability": "^0.5.0",
"drizzle-orm": "^0.38.3",
"hono": "^4.7.0",