ยฉ 2026 Hedgehog Software, LLC
// src/app/page.tsx export const runtime = "edge"; export default function Home() { return <div>Hello from the edge!</div>; }