mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
13 lines
No EOL
305 B
JSON
13 lines
No EOL
305 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Dev Server",
|
|
"program": "npm run develop",
|
|
"cwd": "${workspaceFolder}",
|
|
"preLaunchTask": "npm install"
|
|
}
|
|
]
|
|
} |