import type { Frontend } from "../types"; export const WEB_FRAMEWORKS: readonly Frontend[] = [ "tanstack-router", "react-router", "tanstack-start", "next", "nuxt", "svelte", "solid", ] as const;