rsnext/test/e2e/app-dir/app-static
Jiachi Liu 6b6bfcd387
Polish logging segments of page route (#57834)
Reduce the confusiong of the the logging of pages, make it easier to understand

* Removing the trailing `/page`, `/route` suffix 
* Removing the internal segment like `[[...__metadata__]]` 



#### After

```
 ○ Compiling / ...
 ○ Compiling /dynamic/[slug]/icon ...
```
#### Before
```
 ○ Compiling /page ...
 ○ Compiling /(group)/dynamic/[slug]/icon-ahg52g/[[...__metadata_id__]]/route ...
```

Closes NEXT-1701
2023-11-01 16:34:52 +00:00
..
app Fix app ISR error handling (#57332) 2023-10-24 09:38:30 -07:00
pages Handle unstable_cache in pages (#49624) 2023-05-10 13:59:48 -07:00
.env.development Redesign nextjs logging (#54713) 2023-09-05 11:40:00 +00:00
app-static-custom-cache-handler-esm.test.ts fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
app-static-custom-handler.test.ts fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
app-static.test.ts Fix app ISR error handling (#57332) 2023-10-24 09:38:30 -07:00
cache-handler-default-export.js fix: custom incremental cache handlers should work when transpiled (#54472) 2023-08-24 03:48:30 +00:00
cache-handler.js Update app cache handler loading (#46290 2023-02-23 01:19:59 -08:00
next.config.js Move logging option to stable (#56791) 2023-10-23 18:45:00 +00:00