chore: backport for old ./social-providers endpoint (#5155)

This commit is contained in:
Alex Yang
2025-10-07 14:57:34 -07:00
committed by GitHub
parent b896e83631
commit 4ae34e3c42
2 changed files with 5 additions and 0 deletions

View File

@@ -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",

View 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";