♫
📌 canary ▾
next.js
/
test
/
e2e
/
switchable-runtime
/
pages
/
api
/
syntax-error-in-dev.js
syntax-error-in-dev.js
6 lines
97 B
export
default
()
=>
new
Response
(
'edge response'
)
export
const
config
=
{
runtime:
`edge`
,
}
v2.0.0
/
Go
SIGN IN