mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
30 lines
559 B
JSON
30 lines
559 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "dev",
|
|
"request": "launch",
|
|
"type": "node-terminal",
|
|
"command": "pnpm dev"
|
|
},
|
|
{
|
|
"name": "build",
|
|
"request": "launch",
|
|
"type": "node-terminal",
|
|
"command": "pnpm build"
|
|
},
|
|
{
|
|
"name": "docs:dev",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "pnpm docs:dev"
|
|
},
|
|
{
|
|
"name": "docs:build",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "pnpm docs:build"
|
|
}
|
|
]
|
|
}
|