Files
Claude ec7a892e1c test(webapp): reset the archive stub flag in beforeEach
The failure case toggled a module-level flag and reset it inline, so any
early exit between the toggle and the reset would leave the stub in its
failure state for the rest of the file. Reset it in beforeEach instead,
matching dashboardAgentClientMetadata.test.ts and
metadataRouteReplicaLag.guard.test.ts.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-19 19:03:58 +00:00
..

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh