18 lines
374 B
JSON
Executable File
18 lines
374 B
JSON
Executable File
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Deathwatch Roller",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/node_modules/.bin/react-scripts",
|
|
"args": ["start"],
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "integratedTerminal",
|
|
"env": {
|
|
"BROWSER": "none"
|
|
}
|
|
}
|
|
]
|
|
}
|