chore: add vercel adapter and auth dependencies

This commit is contained in:
Lewis Wynne 2026-01-23 03:37:08 +00:00
parent b5e9d33cdf
commit c23358ed8e
4 changed files with 2355 additions and 0 deletions

6
apps/blog/.env.example Normal file
View file

@ -0,0 +1,6 @@
TURSO_DATABASE_URL=libsql://your-db.turso.io
TURSO_AUTH_TOKEN=your-token
GITHUB_CLIENT_ID=your-client-id
GITHUB_CLIENT_SECRET=your-client-secret
ADMIN_GITHUB_ID=your-github-user-id
AUTH_SECRET=generate-with-openssl-rand-base64-32