17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Webhook service",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"runtimeExecutable": "yarn",
|
|
"runtimeArgs": ["dev"],
|
|
"skipFiles": ["<node_internals>/**"],
|
|
"env": {
|
|
"FF_WORKSPACES_MULTI_REGION_ENABLED": "false"
|
|
}
|
|
}
|
|
]
|
|
}
|