Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coleam00/Archon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: coleam00/Archon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    9aa67f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905336c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0cfdd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f72704 View commit details
    Browse the repository at this point in the history
  5. fix(server): strip leading slash in serveStatic for absolute webDistPath

    Hono's serveStatic passes c.req.path (e.g. '/assets/foo.js') to path.join
    with the root. When root is absolute, path.join treats the leading slash
    as an absolute segment and discards root entirely. Add rewriteRequestPath
    to strip the leading slash so the full path resolves correctly.
    Wirasm committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    bc989c0 View commit details
    Browse the repository at this point in the history
  6. fix: remove no-op rewriteRequestPath, add webDistPath check, use proc…

    …ess.once
    
    - Remove stripLeadingSlash — Bun's path.join handles leading slashes correctly
    - Add existsSync check on webDistPath at startup with log.warn
    - Switch process.on to process.once for signal handlers in serve.ts
    - Keep favicon.png explicit route (useful addition)
    Wirasm committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    45c9b9f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1047 from coleam00/fix/serve-static-paths

    fix(server): strip leading slash in serveStatic for absolute webDistPath
    Wirasm authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    4b8e4c9 View commit details
    Browse the repository at this point in the history
  8. Release 0.3.5

    Wirasm committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    09a40ec View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1048 from coleam00/dev

    Release 0.3.5
    Wirasm authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    b099750 View commit details
    Browse the repository at this point in the history
Loading