Skip to content

Commit

Permalink
docs: added --appRouter CLI flag to docs (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury authored Oct 26, 2024
1 parent 54b6648 commit 42d468e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/pages/en/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ For our CI, we have some experimental flags that allow you to scaffold any app w
| `--nextAuth` | Include NextAuth.js in the project |
| `--tailwind` | Include Tailwind CSS in the project |
| `--dbProvider [provider]` | Include a configured database in the project |
| `--appRouter` | Use Next.js App Router in the project |

<Callout type="warning">
If you don't provide the `CI` flag, the rest of these flags have no effect.
Expand Down

0 comments on commit 42d468e

Please sign in to comment.