From 755fc36e912964863d4f46bb32adda6332b419fe Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 12 Apr 2025 19:37:18 +0100 Subject: chore: Rename hoarder packages to karakeep --- apps/workers/trpc.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/workers/trpc.ts') diff --git a/apps/workers/trpc.ts b/apps/workers/trpc.ts index cd2e4c99..8bae287a 100644 --- a/apps/workers/trpc.ts +++ b/apps/workers/trpc.ts @@ -1,9 +1,9 @@ import { eq } from "drizzle-orm"; -import { db } from "@hoarder/db"; -import { users } from "@hoarder/db/schema"; -import { createCallerFactory } from "@hoarder/trpc"; -import { appRouter } from "@hoarder/trpc/routers/_app"; +import { db } from "@karakeep/db"; +import { users } from "@karakeep/db/schema"; +import { createCallerFactory } from "@karakeep/trpc"; +import { appRouter } from "@karakeep/trpc/routers/_app"; /** * This is only safe to use in the context of a worker. -- cgit v1.2.3-70-g09d2