♫
📌 canary ▾
next.js
/
test
/
integration
/
prerender-export
/
pages
/
api
/
bad.js
bad.js
4 lines
71 B
export
default
function
handler
(req, res)
{
throw
new
Error
(
'lol'
)
}
v2.0.0
/
Go
SIGN IN