launch.json 448 B

1234567891011121314151617181920
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "local",
  6. "playground" : "custom",
  7. "type" : "uni-app:app-android"
  8. },
  9. {
  10. "app" : {
  11. "launchtype" : "local"
  12. },
  13. "default" : {
  14. "launchtype" : "local"
  15. },
  16. "provider" : "aliyun",
  17. "type" : "uniCloud"
  18. }
  19. ]
  20. }