Next.js can run server code in two runtimes. The Node.js runtime (default) is the full Node environment; the Edge runtime is a lightweight, V8-based environment that runs in globally-distributed edge locations close to users.
Selecting a runtime
// per route handler / page
export runtime = ;
