Files
triggerdotdev--trigger.dev/apps/webapp
Eric Allam 1aa360642c fix: address PR 3173 review feedback (closure + unhandled rejection)
- playground transport: route startSession through a ref so sidebar
  edits (tags, machine, maxAttempts, maxDuration, version, region) made
  before the first send aren't silently ignored. Mirrors the existing
  clientDataJsonRef pattern.
- chat.handover: swallow the rethrown error after the recovery path
  has already run so processes started with --unhandled-rejections=throw
  don't crash. User-facing behavior unchanged.
2026-05-10 22:11:25 +01:00
..
2026-01-09 11:39:36 +00:00
2025-03-08 14:53:06 +00:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01: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