Next.js Discord

Discord Forum

Debugging next

Unanswered
Ganav posted this in #help-forum
Open in Discord
Hoe can you see what next is doing when running:

npm run dev


In 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.

0 Replies