18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Cocos Creator compile",
|
|
"command": "curl",
|
|
"args": [
|
|
"http://localhost:7456/asset-db/refresh"
|
|
],
|
|
"type": "shell",
|
|
"isBackground": true,
|
|
"group": "build",
|
|
"presentation": {
|
|
"reveal": "always"
|
|
}
|
|
}
|
|
]
|
|
} |