rename tape to options and switch the web shell to a drawer

This commit is contained in:
dirtydishes 2026-05-23 19:39:19 -04:00
parent f056f6d2b8
commit 7ca0e05a2d
10 changed files with 916 additions and 154 deletions

View file

@ -1,7 +1,7 @@
import { TapeRoute } from "../terminal";
import { redirect } from "next/navigation";
export const dynamic = "force-dynamic";
export default function Page() {
return <TapeRoute />;
redirect("/options");
}