Why does `npm create t3-app@latest` use the /pages directory. How can I use the app router?

I want to build an application which uses the latest nextjs app router, however the
create t3-app@latest
command creates an app which uses the /pages router.
Was this page helpful?