mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 17:37:00 +00:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Next: Node",
|
|
"runtimeExecutable": "${workspaceFolder}/node_modules/next/dist/bin/next",
|
|
"env": {
|
|
"NODE_OPTIONS": "--inspect"
|
|
},
|
|
"port": 9229,
|
|
"console": "integratedTerminal"
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Next: Full",
|
|
"configurations": ["Next: Node"]
|
|
}
|
|
]
|
|
} |