9router / src /app /page.js
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
110 Bytes
import { redirect } from "next/navigation";
export default function InitPage() {
redirect('/dashboard');
}