mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-17 13:21:43 +01:00
15 lines
386 B
JSON
15 lines
386 B
JSON
{
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "attach",
|
|
"name": "Attach NestJS WS",
|
|
"port": 9229,
|
|
"restart": true,
|
|
"stopOnEntry": false,
|
|
"protocol": "inspector"
|
|
}
|
|
]
|
|
} |