Files
triggerdotdev--trigger.dev/apps/webapp
Matt Aitken 9638499163 Add your first endpoint in the dashboard (#269)
* Created the sheet

* Started work on the resource route

* Created ValidateCreateEndpointService and the EndpointValidateApi (name TBC)

* The TriggerClient responds with the id

* Tidied some stuff up

* Alternative: EndpointApi doesn’t take endpointSlug. Instead just Ping() does

* Create cool-snakes-deny.md

---------

Co-authored-by: Eric Allam <eallam@icloud.com>
2023-08-07 11:28:34 +01:00
..
2023-08-01 10:21:22 +01:00
2023-06-07 14:48:42 +01:00
2023-05-01 10:11:19 -07:00
2023-08-01 10:21:22 +01:00
2023-08-07 11:28:13 +01:00
2023-08-01 10:21:22 +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