f209a3b364
* Fix for typo in error when a Job invoke fails * Can disable runs for an Organization * Don’t perform runs if runsEnabled === false for an Org * Exceeded runs messages made into errors, they were very subtle * Return the runsEnabled property for each org * More obvious message if you’re over the free run limit * Added a red border to the free usage panel if you’re over your run limit * Added missing property to Storybook for the FreePlanUsage component
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