mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "attach",
|
|
"name": "Attach to application",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"port": 9229
|
|
}
|
|
]
|
|
}
|