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: using the Hono web framework #16

Merged
merged 6 commits into from
Mar 1, 2024
Merged

feat: using the Hono web framework #16

merged 6 commits into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. feat: Using the Hono web framework

    Using Hono (https://hono.dev) makes pixel-profile deployable to more PaaS (e.g. zeabur.com, heroku.com, render.com) and your own servers!
    eluyuy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    08123ee View commit details
    Browse the repository at this point in the history
  2. feat: add local server entry

    eluyuy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5b3862f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7136fa View commit details
    Browse the repository at this point in the history
  4. chore: use cross-env to set environment variables for development.

    On Windows, setting environment variables directly via `NODE_ENV=development` will fail.
    eluyuy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0063f58 View commit details
    Browse the repository at this point in the history
  5. chore: add Dockerfile

    eluyuy committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    846fe32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51376b8 View commit details
    Browse the repository at this point in the history