From 68d1bda7e534022e579d9e8e54e99e4ffcb46f04 Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 9 Apr 2026 16:11:58 +0200 Subject: [PATCH] fix(news-ingester): drop unused @mana/shared-hono workspace dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- services/news-ingester/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/services/news-ingester/package.json b/services/news-ingester/package.json index 14ed5ade7..ae071e68d 100644 --- a/services/news-ingester/package.json +++ b/services/news-ingester/package.json @@ -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",