2024-07-19 03:17:49 +08:00

24 lines
443 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "dev",
"request": "launch",
"type": "node-terminal",
"command": "pnpm run dev"
},
{
"name": "docs:dev",
"type": "node-terminal",
"request": "launch",
"command": "pnpm run docs:dev"
},
{
"name": "docs:build",
"type": "node-terminal",
"request": "launch",
"command": "pnpm docs:build"
}
]
}