- Add email/code login with verification - Add Google OAuth login - Add desktop callback API route - Add request service with device ID handling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
// API Host
|
|
export const API_HOST = process.env.NEXT_PUBLIC_API_HOST || '';
|