Possible to move App Router's "app" directory?
Unanswered
Chilean jack mackerel posted this in #help-forum
Chilean jack mackerelOP
In order to organize my application in a way that makes more sense to me, I want to move my "app" directory to "/src/client/app". Is it possible to configure NextJs to achieve this?
2 Replies
@Chilean jack mackerel In order to organize my application in a way that makes more sense to me, I want to move my "app" directory to "/src/client/app". Is it possible to configure NextJs to achieve this?
You can make it a mono repo with multiple a=packages
The most you can do is move it to src/app have a look here #Change default directory for app directory