dl_site_app/.hbuilderx/launch.json

14 lines
257 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"openVueDevtools" : true,
"type" : "uni-app:app-ios"
},
{
"openVueDevtools" : true,
"type" : "uni-app:app-android"
}
]
}