美文网首页
cocos curl 配置文件

cocos curl 配置文件

作者: 递归循环迭代 | 来源:发表于2020-03-23 11:34 被阅读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"]
    }
    ]
    }

    相关文章

      网友评论

          本文标题:cocos curl 配置文件

          本文链接:https://www.haomeiwen.com/subject/ewoiyhtx.html