hermes-agent/apps
Brooklyn Nicholson 6e3f50a3a8 fix(desktop): resolve renderer assets relative to BASE_URL
Absolute public asset paths (/apple-touch-icon.png, /ds-assets/...) work
under the dev server but break in the packaged app, where the renderer is
loaded from file://.../index.html and a leading slash resolves to the
filesystem root -> broken onboarding provider icon and backdrop image on
macOS. Prefix these with import.meta.env.BASE_URL so they resolve next to
the bundled index.html in both dev and packaged builds.
2026-05-30 01:40:42 -05:00
..
bootstrap-installer Merge origin/main into bb/gui 2026-05-29 20:40:08 -05:00
desktop fix(desktop): resolve renderer assets relative to BASE_URL 2026-05-30 01:40:42 -05:00
shared feat: move dashboard to apps/ so we can share ws proto 2026-05-02 13:38:49 -05:00