blob: 02a7c1a4be17608181ba6c0fee3455121fc8b99a [file] [log] [blame]
蒋大力498c1562025-06-08 13:01:39 +08001{
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "开发服务器",
6 "type": "shell",
7 "command": "npm run dev",
8 "group": "build",
9 "isBackground": true,
10 "problemMatcher": []
11 }
12 ]
13}