ef8661375e
📦 Preview packages (pkg.pr.new) / Build and publish previews (push) Has been cancelled
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.
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