14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "bun",
|
|
"request": "attach",
|
|
"name": "Attach to Bun (TUI debug)",
|
|
"url": "ws://localhost:8888/2dc3gzl5xot",
|
|
"stopOnEntry": false,
|
|
"internalConsoleOptions": "neverOpen"
|
|
}
|
|
]
|
|
}
|