2025-06-24 10:56:21 +08:00

22 lines
332 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "启动开发服务器",
"type": "shell",
"command": "bun",
"args": [
"dev"
],
"group": "build",
"isBackground": true,
"problemMatcher": [],
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "new"
}
}
]
}