17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Next.js Debug",
|
|
"runtimeExecutable": "node",
|
|
"args": [
|
|
"--inspect-brk",
|
|
"${workspaceFolder}/node_modules/.bin/next",
|
|
"dev"
|
|
],
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |