Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
API-TRM
/
498c156eeb6ee261e933a1544c3dd842812e04a9
/
.
/
xiaohongshu-platform
/
.vscode
/
tasks.json
blob: 02a7c1a4be17608181ba6c0fee3455121fc8b99a [
file
] [
log
] [
blame
]
{
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"开发服务器"
,
"type"
:
"shell"
,
"command"
:
"npm run dev"
,
"group"
:
"build"
,
"isBackground"
:
true
,
"problemMatcher"
:
[]
}
]
}