cocos curl 配置文件

2020-03-23  本文已影响0人  递归循环迭代

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "compile",
"command": "curl",
"args": ["http://localhost:7456/update-db"],
"type": "shell",
"isBackground": true,
"group": "build",
"presentation": {
"reveal": "always",
},
"problemMatcher":["$eslint-compact"]
}
]
}

上一篇下一篇

猜你喜欢

热点阅读