// src/app/page.tsxexport const runtime = "edge";export default function Home() { return <div>Hello from the edge!</div>;}