trigger.dev
trigger.dev copied to clipboard
Trigger.dev – build and deploy fully‑managed AI agents and workflows
It's currently possible to run the `dev` command in multiple different sessions at the same time, which causes all sorts of issues, including: - Cannot find module dev-run-worker.mjs error -...
We use SuperJSON so you can use types beyond regular JSON in your payloads/outputs. It would be great to add Blob to this. The source code is here: https://github.com/triggerdotdev/trigger.dev/blob/f7bf7bc2687e984655436592dd65a154e0c56dc5/packages/core/src/v3/utils/ioSerialization.ts#L419 [TRI-4135](https://linear.app/triggerdotdev/issue/TRI-4135/add-support-for-blob-in-payloads-and-outputs)
### Is your feature request related to a problem? Please describe. I'm trying to run trigger on termux, a linux emulated terminal, and running dev fails because a dependency, @depot/cli...
## Problem If you are using imports in your trigger.config file with aliases you've defined in your tsconfig.json paths, you will get an error like this: ``` X Error: Cannot...
https://discord.com/channels/1066956501299777596/1317539054862077993
### Is your feature request related to a problem? Please describe. We frequently check environment (e.g. production, staging) but there is no default environment variable from trigger.dev runtime. ### Describe...
https://esbuild.github.io/api/#keep-names
Path: /vercel-integration I'm trying to deploy integrating Trigger and Vercel, but I don't know how
We have a React hooks package (@trigger.dev/react-hooks) but no easy way of using it from other frameworks or using just JS. Currently there's quite a lot of code inside the...