import { type RouteConfig, index, route } from "@react-router/dev/routes"; export default [ index("routes/home.tsx"), route("/api/posts", "routes/api.posts.tsx"), route("/api/passkey", "routes/api.passkey.tsx"), route("/auth/register", "routes/auth.register.tsx"), route("/auth/logout", "routes/auth.logout.tsx"), ] satisfies RouteConfig;