Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created October 24, 2023 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrejGajdos/f9800172f4a15559d1508925b8083307 to your computer and use it in GitHub Desktop.
Save AndrejGajdos/f9800172f4a15559d1508925b8083307 to your computer and use it in GitHub Desktop.
Debugging server side in Next.js
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Next.js",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/next",
"runtimeArgs": ["dev"],
"console": "integratedTerminal",
"timeout": 10000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment