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