Web-based Winamp controller for CarPC � Go backend, mobile-first UI
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
236B

  1. {
  2. "version": "0.0.1",
  3. "configurations": [
  4. {
  5. "name": "roadamp-frontend",
  6. "runtimeExecutable": "python3",
  7. "runtimeArgs": ["-m", "http.server", "3456", "--directory", "web/static"],
  8. "port": 3456
  9. }
  10. ]
  11. }