qqbot/.vscode/launch.json
2022-06-02 15:45:35 +08:00

12 lines
269 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"name": "Run Script: start",
"request": "launch",
"command": "yarn run start",
"cwd": "${workspaceFolder}"
}
]
}