From 35756f95c080a49d22d044aa3b8c254292f36417 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Mon, 2 Mar 2026 01:49:24 -0800 Subject: [PATCH] =?UTF-8?q?chore(backend):=20remove=20orphaned=20cosmos.ts?= =?UTF-8?q?=20=E2=80=94=20all=20repos=20now=20use=20datastore.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/lib/cosmos.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 backend/src/lib/cosmos.ts diff --git a/backend/src/lib/cosmos.ts b/backend/src/lib/cosmos.ts deleted file mode 100644 index e82cae5..0000000 --- a/backend/src/lib/cosmos.ts +++ /dev/null @@ -1,4 +0,0 @@ -/** - * Re-export from @bytelyst/cosmos — shared across all services. - */ -export { getContainer, getCosmosClient, getDatabase } from '@bytelyst/cosmos';