rsnext/test/e2e/app-dir/not-found/basic
Jiachi Liu 60d3ab3e47
Filter out pages tree view for app dir only output (#55120)
Only output app routes if there's no pages routes in next build output


For hello world app you'll only see app dir routes
```
Route (app)                              Size     First Load JS
+ First Load JS shared by all            78.1 kB
  ├ chunks/main-app-e4c0616da69beffe.js  76.5 kB
  └ chunks/webpack-bf1a64d1eafd2816.js   1.61 kB


○  (Static)  automatically rendered as static HTML (uses no initial props)
```

Also filter out `/favicon.ico` static route as it's confusing
2023-09-08 00:06:05 +00:00
..
app Assign default not-found boundary if custom not-found is not present for root layer only (#54185) 2023-08-17 18:27:27 +00:00
index.test.ts Filter out pages tree view for app dir only output (#55120) 2023-09-08 00:06:05 +00:00