better-auth-studio 1.0.59-beta.14 → 1.0.59-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/routes.js
CHANGED
|
@@ -5315,7 +5315,8 @@ export const authClient = createAuthClient({
|
|
|
5315
5315
|
fileContent.slice(importBlockEnd + 1);
|
|
5316
5316
|
}
|
|
5317
5317
|
else {
|
|
5318
|
-
fileContent =
|
|
5318
|
+
fileContent =
|
|
5319
|
+
`const resend = new Resend(process.env.RESEND_API_KEY || '');\n` + fileContent;
|
|
5319
5320
|
}
|
|
5320
5321
|
}
|
|
5321
5322
|
const handlers = {
|