feat: surface VIBEPOD_DEVICE (CPU/CUDA) in the frontend header

This commit is contained in:
2026-04-29 08:43:07 +01:00
parent b8f59875d9
commit 68174b9d67
2 changed files with 44 additions and 18 deletions
+1
View File
@@ -23,6 +23,7 @@ export async function GET() {
return NextResponse.json(
{
status,
device: data.device ?? null,
message: data.message,
progress: data.progress ?? null,
voices: data.voices ?? [],