zhgdyunapp/.hbuilderx/launch.json

31 lines
920 B
JSON
Raw Normal View History

{
// launch.json 配置了启动调试时相关设置configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version" : "0.0",
"configurations" : [
{
2024-03-05 16:53:50 +08:00
"app-plus" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "remote"
},
"h5" : {
"launchtype" : "remote"
},
"mp-weixin" : {
"launchtype" : "remote"
},
"type" : "uniCloud"
},
{
2024-05-24 16:03:23 +08:00
"playground" : "standard",
"type" : "uni-app:app-android"
2024-05-18 18:49:30 +08:00
},
{
"playground" : "standard",
"type" : "uni-app:app-ios"
}
2022-06-08 15:48:09 +08:00
]
}