♫
📌 canary ▾
next.js
/
packages
/
next-codemod
/
transforms
/
__testfixtures__
/
app-dir-runtime-config-experimental-edge
/
basic.output.tsx
basic.output.tsx
4 lines
98 B
export
const
runtime
=
"edge"
;
export
default
function
Page
()
{
return
<
div
>hello world</
div
>;
}
v2.0.0
/
Go
SIGN IN