Nuxt Js Error: Couldn’t find a pages directory

I changed nuxt js folder structure is here. I am getting Error: Couldn’t find a pages directory in D:\sample. Please create one under the project root how do I access pages996f01a3c6acfea89950830b84dd6a5d7417d0f5

.nuxt,
app,
node_modules,
server,
.eslintrc,
package.json

Just make a directory called ‘pages’ in D:\sample.

D:\sample> mkdir pages

my root folder is app inside of that pages available. unable to access my root folder that is the issue

Maybe try moving your pages to the project folder, instead of placing it inside app

projName
|___.nuxt
|___app
|___pages
|___node_modules
|___.eslintrc
|___package.json

Any possibilities to access pages folder using nuxt_config.js