14 lines
242 B
JSON
14 lines
242 B
JSON
[
|
|
{
|
|
"type": "node",
|
|
"label": "Taro微信小程序调试",
|
|
"adapter": "JavaScript",
|
|
"request": "launch",
|
|
"console": "internalConsole",
|
|
"build": {
|
|
"command": "npm",
|
|
"args": ["run", "dev:weapp"]
|
|
}
|
|
}
|
|
]
|