fix(shared): expose ./crypto/testBackend in package exports

Removes the @shared Vite-alias workaround in userIdentity.test.ts so
tsc can resolve the import without an extra paths entry.
This commit is contained in:
byGalax
2026-05-15 22:43:24 +02:00
parent b89a7e2617
commit 2c586351fc
2 changed files with 2 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@
".": "./src/index.ts",
"./supabase": "./src/supabase/index.ts",
"./crypto": "./src/crypto/index.ts",
"./crypto/testBackend": "./src/crypto/testBackend.ts",
"./auth": "./src/auth/index.ts",
"./chat": "./src/chat/index.ts",
"./admin": "./src/admin/index.ts",