launch.json 296 B

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