Web-based Winamp controller for CarPC � Go backend, mobile-first UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
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. }