launch.json 259 B

12345678910111213
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "playground" : "standard",
  6. "type" : "uni-app:app-ios"
  7. },
  8. {
  9. "playground" : "standard",
  10. "type" : "uni-app:app-android"
  11. }
  12. ]
  13. }