Files
triggerdotdev--trigger.dev/apps/webapp
Matt Aitken 4e57592242 Implement organization-scoped ClickHouse instances
The only way to get a ClickHouse client now is through the factory.

Refactored all existing code to use that and pass in an org.

The runReplication and otlpExporter are the hot paths here which need special attention in reviews.
2026-04-24 12:08:36 +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
2024-10-09 12:52:52 +01:00
2026-03-31 19:06:54 +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