launch.json 294 B

123456789101112131415
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "standard",
  6. "type" : "uni-app:app-android"
  7. },
  8. {
  9. "app-plus" : {
  10. "launchtype" : "local"
  11. },
  12. "type" : "uniCloud"
  13. }
  14. ]
  15. }