import { pushModal } from '@/modals'; import { ServerIcon } from 'lucide-react'; import Syntax from '@/components/syntax'; import type { IServiceClient } from '@openpanel/db'; import { frameworks } from '@openpanel/sdk-info'; type Props = { client: IServiceClient | null; }; const ConnectBackend = ({ client }: Props) => { return (
Pick a framework below to get started.
Missing a framework?{' '} Let us know!