美文网首页
cocos creator task 2.0.0

cocos creator task 2.0.0

作者: Levi_9d29 | 来源:发表于2019-03-18 16:08 被阅读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:7457/update-db"],

            "type": "shell",

            "isBackground": true,

            "presentation": {

                "reveal": "always",

                "panel": "new"

            }

        }   

    ]

}

相关文章

网友评论

      本文标题:cocos creator task 2.0.0

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