gameClient/.vscode/tasks.json
2025-07-09 23:25:36 +08:00

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"
}
}
]
}