Files
triggerdotdev--trigger.dev/apps/webapp
Eric Allam 7e209e0771 Stop using Response errors when validating API Keys (#1498)
* Stop using Response errors when validating API Keys, instead introduce a new "Result" type that has success and failure conditions. Adding in a way to progressively adopt because this touches everything.

* Make sure authenticateApiRequestWithFailure always returns a result
2024-11-25 15:19:05 +00:00
..
2024-11-19 13:14:25 +00:00
2023-05-01 10:11:19 -07:00
2024-11-19 15:51:37 +00:00
2023-01-10 16:09:42 +00:00
2024-10-21 15:07:08 +01:00
2022-12-06 12:28:16 +00:00
2024-11-19 13:14:25 +00:00
2024-10-09 12:52:52 +01:00
2024-10-21 15:07:08 +01:00
2024-10-21 15:07:08 +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