Skip to content

Commit

Permalink
Revert "chore: stabilize app router and make it defautl" (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 22, 2024
1 parent db22228 commit 1412954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-poems-appear.md

This file was deleted.

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

0 comments on commit 1412954

Please sign in to comment.