Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
API-TRM
/
498c156eeb6ee261e933a1544c3dd842812e04a9
/
.
/
xiaohongshu-platform
/
.vscode
/
tasks.json
blob: 02a7c1a4be17608181ba6c0fee3455121fc8b99a [
file
] [
log
] [
blame
]
蒋大力
498c156
2025-06-08 13:01:39 +0800
[
diff
] [
blame^
]
1
{
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
}