Recently I've been working on a project. The project environment has been set up using the t3 stack using Next.js 'page router'. But I want to use 'app router' in the existing project. Note: The next.js version is: 13.4.19. Can I do it? If it is possible then how can I do that?
I am trying to migrate the existing 'page router' project into 'app router'.
I think this is possible.
First of all, you will need to install like this:
Then update your _app.js file, like this: