Files
APP/.hbuilderx/launch.json

25 lines
546 B
JSON
Raw Normal View History

2025-07-05 14:49:26 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "custom",
2025-07-05 14:49:26 +08:00
"type" : "uni-app:app-android"
},
{
"app" : {
"launchtype" : "remote"
},
"default" : {
"launchtype" : "local"
},
"provider" : "aliyun",
"type" : "uniCloud"
2025-07-05 14:49:26 +08:00
}
]
}