Files
soulspace/.hbuilderx/launch.json
2025-03-05 15:16:45 +08:00

16 lines
300 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"default" : {
"launchtype" : "local"
},
"h5" : {
"launchtype" : "local"
},
"provider" : "aliyun",
"type" : "uniCloud"
}
]
}