Added back Remote Cursors

This commit is contained in:
ExilProductions
2026-01-16 17:06:43 +01:00
parent fa0762643e
commit 8eed0a0a92
10 changed files with 307 additions and 34 deletions

View File

@@ -7,6 +7,11 @@ NEXTAUTH_SECRET=your-very-long-secret-here
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# OAuth Callback URL (change to your domain for production)
# For local development: http://localhost:3000/auth/github/callback
# For production: https://your-domain.com/auth/github/callback
CALLBACK_URL=http://localhost:3000/auth/github/callback
# Database Configuration