Skip to content

Commit 9f4fd34

Browse files
committed
there will be no errors
1 parent 57c8ebf commit 9f4fd34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/auth/middleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const authMiddleware = createMiddleware<{
2525
BETTER_AUTH_URL: c.env.BETTER_AUTH_URL,
2626
TURSO_DATABASE_URL: c.env.TURSO_DATABASE_URL,
2727
TURSO_DATABASE_AUTH_TOKEN: c.env.TURSO_DATABASE_AUTH_TOKEN,
28+
CDN: c.env.CDN,
2829
})
2930

3031
c.set('auth', auth)

0 commit comments

Comments
 (0)