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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user