fix: serve PWA manifest from session routes

This commit is contained in:
Michael Lam
2026-05-14 11:50:20 -07:00
parent e5ca59bc8f
commit b15b4eda31
6 changed files with 271 additions and 19 deletions

View File

@@ -50,6 +50,7 @@ PUBLIC_PATHS = frozenset({
'/login', '/health', '/favicon.ico', '/sw.js',
'/api/auth/login', '/api/auth/status',
'/manifest.json', '/manifest.webmanifest',
'/session/manifest.json', '/session/manifest.webmanifest',
})
COOKIE_NAME = 'hermes_session'