mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
16 lines
No EOL
350 B
JSON
16 lines
No EOL
350 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "npm start",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"start"
|
|
],
|
|
"port": 9229,
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |