Files
APP/.hbuilderx/launch.json

15 lines
305 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"playground" : "standard",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}