Hacky server streaming done

This commit is contained in:
Gregory Schier
2024-01-31 22:13:46 -08:00
parent c64f1108f0
commit 1e309e821e
15 changed files with 546 additions and 119 deletions

View File

@@ -6,7 +6,8 @@ export function InlineCode({ className, ...props }: HTMLAttributes<HTMLSpanEleme
<code
className={classNames(
className,
'font-mono text-sm bg-highlight border-0 border-gray-200 px-1.5 py-0.5 rounded text-gray-800 shadow-inner',
'font-mono text-sm bg-highlight border-0 border-gray-200',
'px-1.5 py-0.5 rounded text-gray-800 shadow-inner',
)}
{...props}
/>