mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 13:20:43 +01:00
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug SST Start",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
|
|
"runtimeArgs": ["start", "--increase-timeout"],
|
|
"console": "integratedTerminal",
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"env": {}
|
|
}
|
|
]
|
|
}
|