launch.json 444 B

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