17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Serve the website",
|
|
"console": "integratedTerminal",
|
|
"runtimeExecutable": "yarn",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"start"
|
|
]
|
|
}
|
|
]
|
|
}
|