Files
frontend-app/.hbuilderx/launch.json
T
2025-10-23 14:12:28 +08:00

15 lines
303 B
JSON

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