qnc-server-tob/.vscode/tasks.json
liangzai e0f1a848a6 1、列表增加order_no
2、申请代理配置Nornal
2025-05-28 17:57:22 +08:00

20 lines
534 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Go-Zero API (无调试)",
"type": "shell",
"command": "go run ${workspaceFolder}/app/user/cmd/api/main.go -f ${workspaceFolder}/app/user/cmd/api/etc/main.dev.yaml",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": []
}
]
}