Skip to content

Commit

Permalink
chore: stabilize app router and make it defautl (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 23, 2024
1 parent 7864eb8 commit 41bd524
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-poems-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": minor
---

mark app router as stable
6 changes: 2 additions & 4 deletions cli/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@ export const runCli = async (): Promise<CliResults> => {
},
appRouter: () => {
return p.confirm({
message:
chalk.bgCyan(" EXPERIMENTAL ") +
" Would you like to use Next.js App Router?",
initialValue: false,
message: "Would you like to use Next.js App Router?",
initialValue: true,
});
},
databaseProvider: ({ results }) => {
Expand Down

0 comments on commit 41bd524

Please sign in to comment.