1
0
forked from dyf/APP
Files
APP/.hbuilderx/launch.json
2026-05-19 17:38:56 +08:00

29 lines
671 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"app" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"provider" : "aliyun",
"type" : "uniCloud"
}
]
}