Files
delivery_admin_app/.hbuilderx/launch.json
2026-03-11 14:52:32 +08:00

20 lines
443 B
JSON

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