mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
chore: backport for old ./social-providers endpoint (#5155)
This commit is contained in:
@@ -64,6 +64,7 @@ export default defineBuildConfig({
|
||||
],
|
||||
entries: [
|
||||
"./src/index.ts",
|
||||
"./src/social-providers/index.ts",
|
||||
"./src/client/index.ts",
|
||||
"./src/client/plugins/index.ts",
|
||||
"./src/types/index.ts",
|
||||
|
||||
4
packages/better-auth/src/social-providers/index.ts
Normal file
4
packages/better-auth/src/social-providers/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @deprecated Use `@better-auth/core/social-providers` instead, as this endpoint will be removed in future versions.
|
||||
*/
|
||||
export * from "@better-auth/core/social-providers";
|
||||
Reference in New Issue
Block a user