gameClient/.vscode/tasks.json

18 lines
411 B
JSON
Raw Normal View History

2025-07-09 23:25:36 +08:00
{
"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"
}
}
]
}