♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
no-mangling
/
app
/
page.tsx
page.tsx
5 lines
92 B
export
default
function
Page
()
{
throw
new
Error
(
'Kaputt!'
)
return
<
p
>hello world</
p
>
}
v2.0.0
/
Go
SIGN IN