cocos creator task 2.0.0

2019-03-18  本文已影响0人  Levi_9d29

{

    // 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"

            }

        }   

    ]

}

上一篇 下一篇

猜你喜欢

热点阅读