I run my nextjs project by
npm run dev
NOT
npm run build
but it automatically creates the .next folder. and later I tried to delete that folder, but it automatically generated again. why??
I don't expect to generate the .next folder by this command:
npm run dev
.next
directory but file contents will be different. – Scipio