Files
Zayden-Jung c187cd22ed integrate backend Google OAuth and set up avatar media proxy
- Implement the full login and onboarding workflow to handle name, handle, and avatar.

- Rewrite avatar asset URLs to route through the self-hosted media service.

- Add Next.js rewrites configuration to proxy media requests directly to the FastAPI backend.
2026-05-20 17:27:16 +08:00

19 lines
392 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
config:
path_mode: relative
prompts:
preset: "下面的代码来自项目相对路径 {{path}}\n---\n{{content}}"
preset:
double_app:
- "app/app/page.tsx"
- "app/app/layout.tsx"
login:
- "app/login/*"
- "app/page.tsx"
- "app/layout.tsx"
- "app/(dashboard)/layout.tsx"
- "app/(dashboard)/discover/*"
- "app/(dashboard)/roleplay/*"
- "proxy.ts"