Debugging next
Unanswered
Ganav posted this in #help-forum
GanavOP
Hoe can you see what next is doing when running:
In package.json:
This is related to:
https://nextjs-forum.com/post/1328127981494992987
I want to see why next is hanging when using sass.
npm run devIn package.json:
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
}This is related to:
https://nextjs-forum.com/post/1328127981494992987
I want to see why next is hanging when using sass.