mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
18 lines
383 B
JSON
18 lines
383 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"name": "Run website",
|
||
|
"request": "launch",
|
||
|
"runtimeArgs": [
|
||
|
"run",
|
||
|
"dev"
|
||
|
],
|
||
|
"runtimeExecutable": "yarn",
|
||
|
"skipFiles": [
|
||
|
"<node_internals>/**"
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|