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