Web-based Winamp controller for CarPC � Go backend, mobile-first UI
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
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. }