Sam Ko
Sam Ko
Context from a support case sent to us. > I'm trying to test the `vercel alias` command. My terminal output and error are below: > > ~/sites/vercel-demo main +7 !1...
Missing a period here → https://turbo.build/repo/docs/reference/command-line-reference#--filter. 
## Description ... ## Changes ... Closes NEXT-2293
## Changes ... ## Description ...
## Example ``` .usage('[directory] [options]') ```  Let me know if I'm missing something here! On the latest version v12.
## Why? [Biome](https://biomejs.dev) (for just formatting so far) performs ~9x faster than [Prettier](https://prettier.io) for the repo locally. ![CleanShot 2024-06-28 at [email protected]](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/FEMDaE9e61ZMCiJM0S0I/c3b3e088-8abc-4a2e-a93b-fbc2984b9786.jpg)
## Why? Both the `topLevelImportPaths` and `meaninglessFilenames` should not need a minimal of 1 item in their arrays. - Fixes https://github.com/vercel/next.js/issues/68573
## Why? For PPR (experimental), user's should just opt to use v15 canary if they want to try out PPR. Removing the v14 mention reduces this confusion.
## Why? Let's clarify this is only available in canary. We need to remove it from the stable docs later.
## Why? In `next dev`, `404` errors are returned for dynamic routes that contain characters that should be URI encoded in the path. The `404`s are not present in `next...