31 lines
777 B
JSON
31 lines
777 B
JSON
{
|
|
"version" : "1.0",
|
|
"configurations" : [
|
|
{
|
|
"customPlaygroundType" : "device",
|
|
"openVueDevtools" : false,
|
|
"playground" : "standard",
|
|
"type" : "uni-app:app-ios"
|
|
},
|
|
{
|
|
"customPlaygroundType" : "local",
|
|
"openVueDevtools" : false,
|
|
"playground" : "custom",
|
|
"type" : "uni-app:app-android"
|
|
},
|
|
{
|
|
"openVueDevtools" : true,
|
|
"type" : "uni-app:miniProgram"
|
|
},
|
|
{
|
|
"openVueDevtools" : true,
|
|
"type" : "uni-app:h5"
|
|
},
|
|
{
|
|
"customPlaygroundType" : "device",
|
|
"playground" : "custom",
|
|
"type" : "uni-app:app-ios_simulator"
|
|
}
|
|
]
|
|
}
|