TraceabilityAPP/.hbuilderx/launch.json

17 lines
238 B
JSON
Raw Normal View History

2023-10-17 16:02:55 +08:00
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}