Files
triggerdotdev--trigger.dev/apps/webapp
Saadi Myftija c16bbcb176 refactor(cli): isolate local-bundle and from-bundle from the classic deploy flow
The classic deploy and native build server paths are restored to their
original inline shape; local-bundle and from-bundle now live in their
own functions with a duplicated tail instead of a shared extraction, so
the existing flows carry zero behavioral risk from the new modes.
2026-08-21 17:04:29 +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