You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit:
- backendBaseUrl now re-exports the shared parser.
- RouterContext and App preserve the cached app-proxy prefix on browser history writes.
- main.tsx and terminal popouts resolve service-worker.js and terminal.html through document.baseURI with the cached prefix.
- terminal.html uses a relative terminal window module script so it stays under the proxy base path.
- Grep found no raw browser-runtime /api, /auth, /orpc, /service-worker.js, or /terminal.html literals outside stories after the changes.
Validation:
- bun test src/common/appProxyBasePath.test.ts src/browser/utils/backendBaseUrl.test.ts
- make typecheck
0 commit comments