Files
keymanager/web/app/page.tsx
T
domrichardson c9868b2108
Agent Release / build (push) Has been cancelled
Server Deploy / deploy (push) Has been cancelled
first commit
2026-06-15 13:58:45 +01:00

6 lines
104 B
TypeScript

import { redirect } from "next/navigation";
export default function Home() {
redirect("/servers");
}