Files
Matt Aitken ef8661375e
📦 Preview packages (pkg.pr.new) / Build and publish previews (push) Has been cancelled
feat(webapp): pass database writer and reader config to the RBAC plugin
The host now resolves writer and read-replica URLs from its env (the same
fallback chain its own Prisma clients use) and hands them to an installed
RBAC plugin at create time, with separate connection limits for writes
(default 2) and reads (default 5). A plugin that owns its own database
client can then route per-request auth reads to the read replica instead
of holding them on the primary.
2026-07-10 16:33:42 +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