To test your integration you should create some example Jobs where you test all the functionality.
{ ... "dependencies": { "@trigger.dev/mynewapi": "workspace:*", } ... }
{ ... "compilerOptions": { ... "paths": { ... "@trigger.dev/mynewapi": [ "../../integrations/mynewapi/src/index" ], "@trigger.dev/mynewapi/*": [ "../../integrations/mynewapi/src/*" ] } } }
src
Was this page helpful?