Files
medical-mall/.hbuilderx/launch.json

13 lines
312 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"localRepoPath" : "D:/companyproject/mall",
"packageName" : "com.huawei.hisuite",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]
}