mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-04 05:16:36 -05:00
chore: remove exports
This commit is contained in:
@@ -82,11 +82,6 @@
|
||||
"import": "./dist/db.js",
|
||||
"require": "./dist/db.cjs"
|
||||
},
|
||||
"./expo": {
|
||||
"types": "./dist/expo.d.ts",
|
||||
"import": "./dist/expo.js",
|
||||
"require": "./dist/expo.cjs"
|
||||
},
|
||||
"./vue": {
|
||||
"types": "./dist/vue.d.ts",
|
||||
"import": "./dist/vue.js",
|
||||
|
||||
@@ -12,4 +12,3 @@ export * from "../../plugins/generic-oauth/client";
|
||||
export * from "../../plugins/jwt/client";
|
||||
export * from "../../plugins/multi-session/client";
|
||||
export * from "../../plugins/email-otp/client";
|
||||
export * from "../../plugins/expo/client";
|
||||
|
||||
@@ -14,4 +14,3 @@ export * from "./generic-oauth";
|
||||
export * from "./jwt";
|
||||
export * from "./multi-session";
|
||||
export * from "./email-otp";
|
||||
export * from "./expo";
|
||||
|
||||
Reference in New Issue
Block a user