Files
triggerdotdev--trigger.dev/apps/webapp
Saadi Myftija bf9b894da9 fix(deploy): adapt build env vars flow to reused deployments and scoped auth
Two adaptations to changes that landed on main:

- the version-skew ack guard now runs after the reused-deployment early
  return, since an externally reused deployment builds nothing and never
  stores build env vars
- the build-env-vars endpoint uses the same scoped api key auth as the
  sibling deployment route, which migrated to authenticateApiKeyWithScope
2026-08-21 10:01:06 +02: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