♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir-hide-suppressed-error-during-next-export
/
app
/
page.js
page.js
4 lines
78 B
export
default
function
Page
()
{
throw
new
Error
(
'Page build time error'
)
}
v2.0.0
/
Go
SIGN IN