Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve stdout ux and run test frontent at /web #55

Merged
merged 5 commits into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. chore: rmeove npm build

    we have static assets only, telemetry was removed in
    1d5329d
    NPM brings no value
    lidel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    041b373 View commit details
    Browse the repository at this point in the history
  2. feat: test frontent at /web

    since we dont ened to do npm build, we can embedd frontend in the
    binary, and serve it on the same port as API + printlocalhost URL
    that can be used for testing
    
    this removes the need for running separate http server for frontend,
    when developing locally
    lidel committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f4e1c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8b06b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85206a View commit details
    Browse the repository at this point in the history
  3. chore: log metrics endpoint

    2color committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4719503 View commit details
    Browse the repository at this point in the history