Files
frontend-app/.hbuilderx/launch.json
T
2026-08-17 09:27:07 +08:00

22 lines
553 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"packageName" : "com.trustbridge.mm",
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"customPlaygroundType" : "device",
"playground" : "custom",
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-ios_simulator"
}
]
}